Click or drag to resize

WindowsUtilitiesRunWindow Method (Window, IntPtr)

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,
	IntPtr ownerHandle
)

Parameters

window
Type: System.WindowsWindow
The window.
ownerHandle
Type: SystemIntPtr
The owner window handle.

Return Value

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