WindowsUtilitiesShowModal Method (Window, IntPtr) |
Shows the window as a modal dialog box.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool? ShowModal(
Window window,
IntPtr ownerHandle
)
Parameters
- window
- Type: System.WindowsWindow
The window. - ownerHandle
- Type: SystemIntPtr
The owner window handle.
Return Value
Type:
NullableBooleanA nullable bool value that specifies whether the activity was accepted (true) or canceled (false).
Exceptions See Also