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

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