WindowsUtilitiesShowModelessAsync Method (Window, IntPtr) |
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,
IntPtr ownerHandle
)
Parameters
- window
- Type: System.WindowsWindow
The window. - ownerHandle
- Type: SystemIntPtr
The owner window handle.
Return Value
Type:
TaskNullableBooleanA nullable bool value that specifies whether the activity was accepted (true) or canceled (false).
Exceptions See Also