RanorexRanorex Documentation
Items Property
NamespacesRanorexComboBoxItems
Gets the list items contained in the combobox list.
Declaration Syntax
C#Visual BasicVisual C++
public IList<ListItem> Items { get; }
Public ReadOnly Property Items As IList(Of ListItem)
public:
property IList<ListItem^>^ Items {
	IList<ListItem^>^ get ();
}
Value
The list items.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)