An enum of possible values for the orientation (location) of the Quick Access Toolbar.
Public Enum QuickAccessToolbarOrientation Above = 0 Below = 1 End Enum
public enum QuickAccessToolbarOrientation { Above = 0, Below = 1 }
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. |
Comments? |