Class RadRibbonCommands
Represents a RibbonCommands class.
Inheritance
System.Object
RadRibbonCommands
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public static class RadRibbonCommands
Properties
CloseWindow
Gets the close window command.
Declaration
public static RoutedCommand CloseWindow { get; }
Property Value
System.Windows.Input.RoutedCommand
The close window. |
MaximizeWindow
Gets the maximize window.
Declaration
public static RoutedCommand MaximizeWindow { get; }
Property Value
System.Windows.Input.RoutedCommand
The maximize window. |
MinimizeWindow
Gets the minimize window.
Declaration
public static RoutedCommand MinimizeWindow { get; }
Property Value
System.Windows.Input.RoutedCommand
The minimize window. |
RestoreWindow
Gets the restore window.
Declaration
public static RoutedCommand RestoreWindow { get; }
Property Value
System.Windows.Input.RoutedCommand
The restore window. |