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