ComboBoxExItem Constructor (Int32, String, Int32)
Creates a new ComboBoxEx item from these parameters.
[Visual Basic]Overloads Public Sub New( _
ByVal
imageIndex As
Integer, _
ByVal
text As
String, _
ByVal
level As
Integer _
)
[C#]public ComboBoxExItem(
int imageIndex,
string text,
int level);
Parameters
- imageIndex
- The image index of the item.
- text
- The item's text.
- level
- The item's level (as in a tree view, indentation level)
See Also
ComboBoxExItem Class | NETXP.Controls Namespace | ComboBoxExItem Constructor Overload List