Autodesk.AutoCAD.Customization Namespace > QuickAccessToolbarOrientation Enumeration
Autodesk.AutoCAD.Customization.QuickAccessToolbarOrientation Enumeration   
Description

An enum of possible values for the orientation (location) of the Quick Access Toolbar.

Visual Basic
Public Enum QuickAccessToolbarOrientation
  Above = 0
  Below = 1
End Enum
C#
public enum QuickAccessToolbarOrientation {
  Above = 0,
  Below = 1
}
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. 
   Comments?