New to Telerik UI for WPFStart a free 30-day trial

Represents the common system commands.

Definition

Namespace:Telerik.Windows.Controls.RibbonView.Shell

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

C#
public static class SystemCommands

Inheritance: objectSystemCommands

Properties

CloseWindowCommand

RoutedCommand

Identifies the CloseWindowCommand routed command.

C#
public static RoutedCommand CloseWindowCommand { get; }

Identifies the MaximizeWindowCommand routed command.

C#
public static RoutedCommand MaximizeWindowCommand { get; }

Identifies the MinimizeWindowCommand routed command.

C#
public static RoutedCommand MinimizeWindowCommand { get; }

Identifies the RestoreWindowCommand routed command.

C#
public static RoutedCommand RestoreWindowCommand { get; }

Identifies the ShowSystemMenuCommand routed command.

C#
public static RoutedCommand ShowSystemMenuCommand { get; }

Methods

Identifies the CloseWindow method.

C#
public static void CloseWindow(Window window)
Parameters:windowWindow

Identifies the MaximizeWindow method.

C#
public static void MaximizeWindow(Window window)
Parameters:windowWindow

Identifies the MinimizeWindow method.

C#
public static void MinimizeWindow(Window window)
Parameters:windowWindow

Identifies the RestoreWindow method.

C#
public static void RestoreWindow(Window window)
Parameters:windowWindow

Display the system menu at a specified location.

C#
public static void ShowSystemMenu(Window window, Point screenLocation)
Parameters:windowWindowscreenLocationPoint

The location to display the system menu, in logical screen coordinates.