Search Results for

    Show / Hide Table of Contents

    Class ComboBoxAdvancedItem

    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

    ComboBoxAdvancedItem()

    Declaration
    public ComboBoxAdvancedItem()

    ComboBoxAdvancedItem(string)

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

    ComboBoxAdvancedItem(string, int)

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

    Properties

    ImageIndex

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

    Text

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

    Methods

    ToString()

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