ComboBox class, ListBox class, and RadioList class.
Returns all items in the combo box, listbox, or radiolist.
This functionality is supported only if you are using the Open Agent.
list = object.GetItems()
Variable | Description |
---|---|
list | The list containing all items of the list box, combo box, or radio list. LIST OF LISTITEM. |
[ ] LIST OF LISTITEM actual = Combobox1.GetItems() [ ] [ ] Verify(actual, {1, "b", "c"})