Class
SystemCommands

Represents the common system commands.

Definition

Namespace:Telerik.Windows.Controls.RibbonView.Shell

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

cs-api-definition
public static class SystemCommands

Inheritance: objectSystemCommands

Properties

CloseWindowCommand

Identifies the CloseWindowCommand routed command.

Declaration

cs-api-definition
public static RoutedCommand CloseWindowCommand { get; }

Property Value

RoutedCommand

MaximizeWindowCommand

Identifies the MaximizeWindowCommand routed command.

Declaration

cs-api-definition
public static RoutedCommand MaximizeWindowCommand { get; }

Property Value

RoutedCommand

MinimizeWindowCommand

Identifies the MinimizeWindowCommand routed command.

Declaration

cs-api-definition
public static RoutedCommand MinimizeWindowCommand { get; }

Property Value

RoutedCommand

RestoreWindowCommand

Identifies the RestoreWindowCommand routed command.

Declaration

cs-api-definition
public static RoutedCommand RestoreWindowCommand { get; }

Property Value

RoutedCommand

ShowSystemMenuCommand

Identifies the ShowSystemMenuCommand routed command.

Declaration

cs-api-definition
public static RoutedCommand ShowSystemMenuCommand { get; }

Property Value

RoutedCommand

Methods

CloseWindow(Window)

Identifies the CloseWindow method.

Declaration

cs-api-definition
public static void CloseWindow(Window window)

Parameters

window

Window

MaximizeWindow(Window)

Identifies the MaximizeWindow method.

Declaration

cs-api-definition
public static void MaximizeWindow(Window window)

Parameters

window

Window

MinimizeWindow(Window)

Identifies the MinimizeWindow method.

Declaration

cs-api-definition
public static void MinimizeWindow(Window window)

Parameters

window

Window

RestoreWindow(Window)

Identifies the RestoreWindow method.

Declaration

cs-api-definition
public static void RestoreWindow(Window window)

Parameters

window

Window

ShowSystemMenu(Window, Point)

Display the system menu at a specified location.

Declaration

cs-api-definition
public static void ShowSystemMenu(Window window, Point screenLocation)

Parameters

window

Window

screenLocation

Point

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