Class ComboBoxAdvancedItem
An item for ComboBoxAdvanced that pairs display text with an ImageList image index
for owner-drawn rendering.
Inheritance
ComboBoxAdvancedItem
Assembly: Reportman.Drawing.Forms.dll
public class ComboBoxAdvancedItem
Constructors
View Source
Declaration
public ComboBoxAdvancedItem()
View Source
Declaration
public ComboBoxAdvancedItem(string text)
Parameters
| Type |
Name |
Description |
| string |
text |
|
View Source
Declaration
public ComboBoxAdvancedItem(string text, int imageIndex)
Parameters
| Type |
Name |
Description |
| string |
text |
|
| int |
imageIndex |
|
Properties
View Source
Declaration
public int ImageIndex { get; set; }
Property Value
View Source
Text
Declaration
public string Text { get; set; }
Property Value
Methods
View Source
Declaration
public override string ToString()
Returns
Overrides