Search Results for

    Show / Hide Table of Contents

    Class ComboBoxAdvancedItem

    An item for ComboBoxAdvanced that pairs display text with an ImageList image index for owner-drawn rendering.

    Inheritance
    object
    ComboBoxAdvancedItem
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public class ComboBoxAdvancedItem

    Constructors

    View Source

    ComboBoxAdvancedItem()

    Declaration
    public ComboBoxAdvancedItem()
    View Source

    ComboBoxAdvancedItem(string)

    Declaration
    public ComboBoxAdvancedItem(string text)
    Parameters
    Type Name Description
    string text
    View Source

    ComboBoxAdvancedItem(string, int)

    Declaration
    public ComboBoxAdvancedItem(string text, int imageIndex)
    Parameters
    Type Name Description
    string text
    int imageIndex

    Properties

    View Source

    ImageIndex

    Declaration
    public int ImageIndex { get; set; }
    Property Value
    Type Description
    int
    View Source

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    string

    Methods

    View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    • View Source
    In this article
    Back to top Generated by DocFX