WindowsUtilitiesShowModelessAsync Method (Window) |
Shows the window as a modeless dialog box.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static Task<bool?> ShowModelessAsync(
Window window
)
Parameters
- window
- Type: System.WindowsWindow
The window.
Return Value
Type:
TaskNullableBooleanA nullable bool value that specifies whether the activity was accepted (true) or canceled (false).
Exceptions See Also