Class ComboBoxItem
Represents an item for a Cegui combo box
Inherited Members
Namespace: Slipe.Client.Gui
Assembly: SlipeClient.dll
Syntax
public class ComboBoxItem
Constructors
| Improve this Doc View SourceComboBoxItem(String, ComboBox)
Create a combo box item assigned to a combo box
Declaration
public ComboBoxItem(string content, ComboBox comboBox)
Parameters
Type | Name | Description |
---|---|---|
String | content | |
ComboBox | comboBox |
Properties
| Improve this Doc View SourceContent
Get and set the text of this combo box item
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
String |
ID
Get the ID of this item in the combo box
Declaration
public int ID { get; }
Property Value
Type | Description |
---|---|
Int32 |