Class ComboBoxAdv.ImageIndexItem
Inheritance
System.Object
ComboBoxAdv.ImageIndexItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ImageIndexItem
Constructors
ImageIndexItem()
Declaration
public ImageIndexItem()
ImageIndexItem(ComboBoxAdv, Object)
Declaration
public ImageIndexItem(ComboBoxAdv combo, object item)
Parameters
Type | Name | Description |
---|---|---|
ComboBoxAdv | combo | |
System.Object | item |
ImageIndexItem(ComboBoxAdv, Object, Int32)
Declaration
public ImageIndexItem(ComboBoxAdv combo, object item, int imageIndex)
Parameters
Type | Name | Description |
---|---|---|
ComboBoxAdv | combo | |
System.Object | item | |
System.Int32 | imageIndex |
Properties
ImageIndex
Declaration
public int ImageIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
Name
Declaration
public string Name { get; }
Property Value
Type |
---|
System.String |