ComboBox class.
Returns the currently selected item in the combo box.
This functionality is supported only if you are using the Open Agent.
item = combobox.GetSelectedItem()
Variable | Description |
---|---|
item | The currently selected combo box item or 0 if nothing is selected. LISTITEM. |
Verify(ComboBox1.GetSelectedItem(), "Line 5")