RanorexRanorex Documentation
Item Property (itemLabel)
NamespacesRanorexListItem[([(String])])
Gets the ListItem with the specified item label.
Declaration Syntax
C#Visual BasicVisual C++
public ListItem this[
	string itemLabel
] { get; }
Public ReadOnly Default Property Item ( _
	itemLabel As String _
) As ListItem
public:
property ListItem^ default[String^ itemLabel] {
	ListItem^ get (String^ itemLabel);
}
Parameters
itemLabel (String)
Value
The list item.
Exceptions
ExceptionCondition
ElementNotFoundExceptionIf no item with that label is found.

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