Overload | Description |
---|---|
ComboBoxItem Constructor() | Initializes a new instance of the ComboBoxItem class. |
ComboBoxItem Constructor(String) | Initializes a new instance of the ComboBoxItem class specifying its Xceed.SmartUI.SmartItem.Text. |
ComboBoxItem Constructor(Int32) | Initializes a new instance of the ComboBoxItem class specifying its Xceed.SmartUI.SmartItem.ImageIndex. |
ComboBoxItem Constructor(String,Int32) | Initializes a new instance of the ComboBoxItem class specifying its Xceed.SmartUI.SmartItem.Text and Xceed.SmartUI.SmartItem.ImageIndex. |