ComboBox¶
Signature¶
1 |
|
Namespace¶
cAlgo.API
Methods¶
Name | Description |
---|---|
AddItem | Adds a new item to the ComboBox |
RemoveItem | Removes an existing item from the ComboBox |
Properties¶
Name | Description |
---|---|
SelectedItem { get; set; } | Set / Get the ComboBox selected item |
SelectedIndex { get; set; } | Set / Get the ComboBox selected item index |
Events¶
Name | Description |
---|---|
SelectedItemChanged | This event will trigger if the ComboBox selected item changed |
Last update: June 26, 2022