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