item = comboBox.GetItem(index)
item = comboBox.GetItem(index)
| Variable | Description |
|---|---|
| item | The name of the item. String. |
| index | The item index. The value is zero-based. Integer. |
VB
Dim item As String = colorsComboBox.GetItem(1)