In This Article

RibbonCommands Class

Contains the built-in commands used for the Ribbon control.

public static class RibbonCommands
Inheritance:
object object

Properties

AddToQuickAccessToolBar

Gets the RibbonCommand that is used to add a control to the QAT.

public static RibbonCommand AddToQuickAccessToolBar { get; }

Property Value

RibbonCommand:

The RibbonCommand that is used to add a control to the QAT.

ApplyFilter

Gets the RibbonCommand that is used to apply a filter, typically to a gallery.

public static RibbonCommand ApplyFilter { get; }

Property Value

RibbonCommand:

The RibbonCommand that is used to apply a filter, typically to a gallery.

CustomizeQuickAccessToolBar

Gets the RibbonCommand that is used to open a dialog for customizing the QAT.

public static RibbonCommand CustomizeQuickAccessToolBar { get; }

Property Value

RibbonCommand:

The RibbonCommand that is used to open a dialog for customizing the QAT.

RemoveFromQuickAccessToolBar

Gets the RibbonCommand that is used to remove a control from the QAT.

public static RibbonCommand RemoveFromQuickAccessToolBar { get; }

Property Value

RibbonCommand:

The RibbonCommand that is used to remove a control from the QAT.

ToggleApplicationMenu

Gets the RibbonCommand that is used to toggle whether the ribbon's application menu is open.

public static RibbonCommand ToggleApplicationMenu { get; }

Property Value

RibbonCommand:

The RibbonCommand that is used to toggle whether the ribbon's application menu is open.

ToggleMinimization

Gets the RibbonCommand that is used to toggle whether ribbon is minimized.

public static RibbonCommand ToggleMinimization { get; }

Property Value

RibbonCommand:

The RibbonCommand that is used to toggle whether ribbon is minimized.

TogglePin

Gets the RibbonCommand that is used to toggle a pinned state.

public static RibbonCommand TogglePin { get; }

Property Value

RibbonCommand:

The RibbonCommand that is used to toggle a pinned state.

ToggleQuickAccessToolBarLocation

Gets the RibbonCommand that is used to toggle whether the QAT appears above or below the ribbon.

public static RibbonCommand ToggleQuickAccessToolBarLocation { get; }

Property Value

RibbonCommand:

The RibbonCommand that is used to toggle whether the QAT appears above or below the ribbon.

Inherited Members