Share

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
  Below
End Enum

C#

public enum QuickAccessToolbarOrientation {
  Above,
  Below
}

Members

Members Description
Above The Quick Access Toolbar is displayed above the ribbon.
Below The Quick Access Toolbar is displayed just below the ribbon.

Was this information helpful?