Description
An enum of possible values for the orientation (location) of the Quick Access Toolbar.
C#
public enum QuickAccessToolbarOrientation { Above = 0, Below = 1 }
Visual Basic
Public Enum QuickAccessToolbarOrientation Above = 0 Below = 1 End Enum
Members
Members | Description |
---|---|
Above = 0 | The Quick Access Toolbar is displayed above the ribbon. |
Below = 1 | The Quick Access Toolbar is displayed just below the ribbon. |