Class RibbonCommands
Class represents custom ribbon commands.
Inheritance
System.Object
RibbonCommands
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class RibbonCommands : Object
Constructors
RibbonCommands()
Declaration
public RibbonCommands()
Fields
AddItemToQAT
Defines AddItem ribbon command.
Declaration
public static RoutedCommand AddItemToQAT
Field Value
Type |
---|
System.Windows.Input.RoutedCommand |
MinimizeRibbon
Defines Minimize ribbon command.
Declaration
public static RoutedCommand MinimizeRibbon
Field Value
Type |
---|
System.Windows.Input.RoutedCommand |
OpenBackStage
Defines whether to show or hide
Declaration
public static RoutedCommand OpenBackStage
Field Value
Type |
---|
System.Windows.Input.RoutedCommand |
Remarks
To Bind this command, CommandTarget and CommandParameter must be defined.
PlaceQATAbove
Defines Place QAT above Ribbon command.
Declaration
public static RoutedCommand PlaceQATAbove
Field Value
Type |
---|
System.Windows.Input.RoutedCommand |
PlaceQATBelow
Defines Place QAT below Ribbon command.
Declaration
public static RoutedCommand PlaceQATBelow
Field Value
Type |
---|
System.Windows.Input.RoutedCommand |
QATMoreCommands
Defines QAT More Commands Ribbon command.
Declaration
public static RoutedCommand QATMoreCommands
Field Value
Type |
---|
System.Windows.Input.RoutedCommand |
RemoveItemFromQAT
Defines RemoveItem ribbon command.
Declaration
public static RoutedCommand RemoveItemFromQAT
Field Value
Type |
---|
System.Windows.Input.RoutedCommand |