RibbonQuickAccessToolBarMode Enum
Specifies the current Quick Access ToolBar (QAT) mode within a Ribbon control.
public enum RibbonQuickAccessToolBarMode
Fields
| Name | Description |
|---|---|
| Hidden | The QAT is not visible, and can be made visible by the end user. |
| None | The QAT is not visible, and cannot be made visible by the end user. |
| Visible | The QAT is visible, and can be hidden by the end user. |