Class RibbonCommands
Available Ribbon Routed commands.
Inheritance
System.Object
RibbonCommands
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 RibbonCommands
Properties
CloseBackstage
Gets the Minimize ribbon routed command.
Declaration
public static RoutedUICommand CloseBackstage { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
MinimizeRibbonCommand
Gets the Minimize ribbon routed command.
Declaration
public static RoutedUICommand MinimizeRibbonCommand { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
ToggleLayoutModeCommand
Gets the Toggle ribbon layout routed command.
Declaration
public static RoutedUICommand ToggleLayoutModeCommand { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
ToggleQATPositionCommand
Gets the Toggle ribbon's QAT position routed command.
Declaration
public static RoutedUICommand ToggleQATPositionCommand { get; }
Property Value
System.Windows.Input.RoutedUICommand
|