WindowsUtilitiesRunForm Method (Form, IntPtr, Boolean) |
Shows the form as a modal dialog box.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static DialogResult RunForm(
Form form,
IntPtr ownerHandle,
bool centerWindow = true
)
Parameters
- form
- Type: System.Windows.FormsForm
The form. - ownerHandle
- Type: SystemIntPtr
The owner window handle. - centerWindow (Optional)
- Type: SystemBoolean
if set to true the window will be centered.
Return Value
Type:
DialogResult
One of the DialogResult values.
Exceptions See Also