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