Class SystemCommands
Represents the common system commands.
Inheritance
Namespace: Telerik.Windows.Controls.RibbonView.Shell
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public static class SystemCommands : Object
Properties
CloseWindowCommand
Identifies the CloseWindowCommand routed command.
Declaration
public static RoutedCommand CloseWindowCommand { get; }
Property Value
System.
|
MaximizeWindowCommand
Identifies the MaximizeWindowCommand routed command.
Declaration
public static RoutedCommand MaximizeWindowCommand { get; }
Property Value
System.
|
MinimizeWindowCommand
Identifies the MinimizeWindowCommand routed command.
Declaration
public static RoutedCommand MinimizeWindowCommand { get; }
Property Value
System.
|
RestoreWindowCommand
Identifies the RestoreWindowCommand routed command.
Declaration
public static RoutedCommand RestoreWindowCommand { get; }
Property Value
System.
|
ShowSystemMenuCommand
Identifies the ShowSystemMenuCommand routed command.
Declaration
public static RoutedCommand ShowSystemMenuCommand { get; }
Property Value
System.
|
Methods
CloseWindow(Window)
Identifies the CloseWindow method.
Declaration
public static void CloseWindow(Window window)
Parameters
System.
|
MaximizeWindow(Window)
Identifies the MaximizeWindow method.
Declaration
public static void MaximizeWindow(Window window)
Parameters
System.
|
MinimizeWindow(Window)
Identifies the MinimizeWindow method.
Declaration
public static void MinimizeWindow(Window window)
Parameters
System.
|
RestoreWindow(Window)
Identifies the RestoreWindow method.
Declaration
public static void RestoreWindow(Window window)
Parameters
System.
|
ShowSystemMenu(Window, Point)
Display the system menu at a specified location.
Declaration
public static void ShowSystemMenu(Window window, Point screenLocation)
Parameters
System.
|
System. The location to display the system menu, in logical screen coordinates. |