TdxRibbonQuickAccessToolbar.Position Property
Specifies the Ribbon Quick Access Toolbar’s location.
Declaration
property Position: TdxQuickAccessToolbarPosition read; write; default qtpAboveRibbon;
Property Value
Type | Default |
---|---|
TdxQuickAccessToolbarPosition | qtpAboveRibbon |
Remarks
The Ribbon Quick Access Toolbar can be positioned either at the top or the bottom of the Ribbon.
When at the top, it appears next to the Ribbon Application Button. If positioned at the bottom, it’s aligned to the left of the Ribbon.
The default value of the Position property is qtpAboveRibbon.
See Also