WindowsUtilitiesRunWindow 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 public static bool? RunWindow(
Window window
)
Parameters
- window
- Type: System.WindowsWindow
The window.
Return Value
Type:
NullableBoolean
A nullable bool value that specifies whether the activity was accepted (true) or canceled (false).
Exceptions See Also