RanorexRanorex Documentation
Item Property (appText)
NamespacesRanorexHostItem[([(String])])
Gets the Form with the specified title, process name or process id.
Declaration Syntax
C#Visual BasicVisual C++
public Form this[
	string appText
] { get; }
Public ReadOnly Default Property Item ( _
	appText As String _
) As Form
public:
property Form^ default[String^ appText] {
	Form^ get (String^ appText);
}
Parameters
appText (String)
Value
The matching application form.

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