WindowsUtilitiesShowModal Method (Window) |
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
)
Parameters
- window
- Type: System.WindowsWindow
The window.
Return Value
Type:
NullableBooleanA nullable bool value that specifies whether the activity was accepted (true) or canceled (false).
Exceptions See Also