The function starts a message loop for the form (running on a new thread).
- form (Form)
- The form object to be shown.
A new Ranorex form.
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.
| Exception | Condition |
|---|---|
| InvalidOperationException | If form is
already associated with a thread. Use the ShowForm(Type)
overload instead. |
