Class RadRibbonCommands
Represents a RibbonCommands class.
Inheritance
System.Object
RadRibbonCommands
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public static class RadRibbonCommands : Object
Properties
CloseWindow
Gets the close window command.
Declaration
public static RoutedCommand CloseWindow { get; }
Property Value
System. The close window. |
MaximizeWindow
Gets the maximize window.
Declaration
public static RoutedCommand MaximizeWindow { get; }
Property Value
System. The maximize window. |
MinimizeWindow
Gets the minimize window.
Declaration
public static RoutedCommand MinimizeWindow { get; }
Property Value
System. The minimize window. |
RestoreWindow
Gets the restore window.
Declaration
public static RoutedCommand RestoreWindow { get; }
Property Value
System. The restore window. |