QuickAccessToolBarLocation Enum
Specifies the location of a Quick Access ToolBar (QAT) within a Ribbon control.
public enum QuickAccessToolBarLocation
Fields
| Name | Description |
|---|---|
| Above | The default location where the QAT appears above the Ribbon in the title area. |
| Below | An alternate location where the QAT appears below the Ribbon. |
| None | The QAT is not visible. |