Click or drag to resize

WindowsUtilitiesShowModelessAsync Method (Window)

Shows the window as a modeless dialog box.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static Task<bool?> ShowModelessAsync(
	Window window
)

Parameters

window
Type: System.WindowsWindow
The window.

Return Value

Type: TaskNullableBoolean
A nullable bool value that specifies whether the activity was accepted (true) or canceled (false).
Exceptions
ExceptionCondition
ArgumentNullExceptionwindow is null.
See Also