RadRibbonCommands
Class
Provides a set of predefined commands for managing window operations in applications with a RadRibbonView.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
C#
public static class RadRibbonCommands
Inheritance: objectRadRibbonCommands
Properties
CloseWindow
RoutedCommand
Gets the close window command.
C#
public static RoutedCommand CloseWindow { get; }
The close window.
MaximizeWindow
RoutedCommand
Gets the maximize window.
C#
public static RoutedCommand MaximizeWindow { get; }
The maximize window.
MinimizeWindow
RoutedCommand
Gets the minimize window.
C#
public static RoutedCommand MinimizeWindow { get; }
The minimize window.
RestoreWindow
RoutedCommand
Gets the restore window.
C#
public static RoutedCommand RestoreWindow { get; }
The restore window.