Click or drag to resize

WindowsUtilities.RunWindow Method (Window)

Shows the window as a modal dialog box.

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

Parameters

window
Type: System.Windows.Window
The window.

Return Value

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