RanorexNetRanorexNet Documentation
ShowForm Method (form)
NamespacesRanorexApplicationShowForm(Form)
The function starts a message loop for the form (running on a new thread).
Declaration Syntax
C#Visual BasicVisual C++
public static Form ShowForm(
	Form form
)
Public Shared Function ShowForm ( _
	form As Form _
) As Form
public:
static Form^ ShowForm(
	Form^ form
)
Parameters
form (Form)
The form object to be shown.
Return Value
A new Ranorex form.
Remarks
Supported only in RanorexPro and .NET 2.0. This method may fail if form is already associated with a thread. Use the ShowForm(Type) overload instead.
Exceptions
ExceptionCondition
InvalidOperationExceptionIf form is already associated with a thread. Use the ShowForm(Type) overload instead.

Assembly: RanorexNet (Module: RanorexNet) Version: 1.5.1.4524