ControlContext Enum
Specifies the context location of a ribbon control.
public enum ControlContext
Fields
| Name | Description |
|---|---|
| ApplicationButton | The application button that appears on the upper left of the Ribbon. |
| ApplicationMenuFooterButton | A footer button on the application menu. |
| BackstageHeaderItem | A control within the Backstage application menu header. |
| BackstageItem | A control within the Backstage application menu content. |
| MenuItem | A control on a menu. |
| MiniToolBarItem | A control within a MiniToolBar. |
| None | No context is specified. |
| QuickAccessToolBarCustomizeButton | The customize button for a quick-access toolbar. |
| QuickAccessToolBarItem | A control within the quick access toolbar. |
| QuickAccessToolBarOverflowButton | The overflow button for a quick-access toolbar. |
| RibbonTab | |
| RibbonTabGroup | |
| RibbonTabGroupItem | A control within a Group. |
| RibbonTabGroupRowPanelItem | A control within a RowPanel. |
| RibbonTabGroupStackPanelItem | A control within a StackPanel. |
| RibbonTabPanelItem | A control next to the tabs, such as a button that provides access to application help. |
| StatusBarItem | An item in a status bar. |