TdxQuickAccessToolbarPosition Enum
In This Article
Enumerates available positions of the Ribbon Quick Access Toolbar.
#Declaration
Delphi
TdxQuickAccessToolbarPosition = (
qtpAboveRibbon,
qtpBelowRibbon
);
#Members
Name |
---|
qtp
|
qtp
|
#Remarks
Values include:
Value | Meaning |
---|---|
qtp |
The Ribbon Quick Access Toolbar is located at the top of the Ribbon. |
qtp |
The Ribbon Quick Access Toolbar is located at the bottom of the Ribbon. |
See Also