RanorexRanorex Documentation
Item Property (itemLabel)
NamespacesRanorexMenuBarItem[([(String])])
Gets the MenuItem with the specified label.
Declaration Syntax
C#Visual BasicVisual C++
public MenuItem this[
	string itemLabel
] { get; }
Public ReadOnly Default Property Item ( _
	itemLabel As String _
) As MenuItem
public:
property MenuItem^ default[String^ itemLabel] {
	MenuItem^ get (String^ itemLabel);
}
Parameters
itemLabel (String)
Value
The menu 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)