OpenIPForm Method
- Last UpdatedNov 06, 2025
- 1 minute read
The OpenIPForm() method modally opens the specified dialog.
| Overload | Description |
|---|---|
| OpenIPForm(String) | The OpenIPForm() method modally opens the specified dialog. |
| OpenIPForm(String,FormOpenType) | The OpenIPForm() method opens the specified dialog. This overload of the method defines dialogtype to use for the dialog(modal, modeless, etc.). |
| OpenIPForm(String,FormOpenType,String) | The OpenIPForm() method opens the specified dialog. This overload of the method defines dialog type to use for the dialog (modal, modeless, etc.) and passes arguments to the dialog. |