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.Windows.Input.RoutedCommand
|
MaximizeWindowCommand
Identifies the MaximizeWindowCommand routed command.
Declaration
public static RoutedCommand MaximizeWindowCommand { get; }
Property Value
System.Windows.Input.RoutedCommand
|
MinimizeWindowCommand
Identifies the MinimizeWindowCommand routed command.
Declaration
public static RoutedCommand MinimizeWindowCommand { get; }
Property Value
System.Windows.Input.RoutedCommand
|
RestoreWindowCommand
Identifies the RestoreWindowCommand routed command.
Declaration
public static RoutedCommand RestoreWindowCommand { get; }
Property Value
System.Windows.Input.RoutedCommand
|
ShowSystemMenuCommand
Identifies the ShowSystemMenuCommand routed command.
Declaration
public static RoutedCommand ShowSystemMenuCommand { get; }
Property Value
System.Windows.Input.RoutedCommand
|
Methods
CloseWindow(Window)
Identifies the CloseWindow method.
Declaration
public static void CloseWindow(Window window)
Parameters
System.Windows.Window
window
|
MaximizeWindow(Window)
Identifies the MaximizeWindow method.
Declaration
public static void MaximizeWindow(Window window)
Parameters
System.Windows.Window
window
|
MinimizeWindow(Window)
Identifies the MinimizeWindow method.
Declaration
public static void MinimizeWindow(Window window)
Parameters
System.Windows.Window
window
|
RestoreWindow(Window)
Identifies the RestoreWindow method.
Declaration
public static void RestoreWindow(Window window)
Parameters
System.Windows.Window
window
|
ShowSystemMenu(Window, Point)
Display the system menu at a specified location.
Declaration
public static void ShowSystemMenu(Window window, Point screenLocation)
Parameters
System.Windows.Window
window
|
System.Windows.Point
screenLocation
The location to display the system menu, in logical screen coordinates. |