Applies to
RibbonBar controls
Description
Whether to show the QuickAccessToolbar in the ribbon bar after the toolbar is converted to QuickAccessToolbar. QuickAccessToolbar will display above (default) or below the categories. The QuickAccessToolbar item status are stored in the QatItems.qat file in the path specified by the Application SetQuickAccessToolbarStatusPath function.
Note
This property is available only when the QuickAccessToolbar is converted from the menu toolbar (when DisplayMenuAsRibbonBar is selected). The standalone RibbonBar control does not support this property.
TRUE – Shows the QuickAccessToolbar in the RibbonBar control.
FALSE – Does not show the QuickAccessToolbar in the RibbonBar control.
Usage
During initialization, the visibility of the QuickAccessToolbar is determined by the ToolbarVisible property. When the initial value of ToolbarVisible is true, the QuickAccessToolbar is visible, when the initial value of ToolbarVisible is false, the QuickAccessToolbar is invisible. If the menu does not have a toolbar, the QuickAccessToolbar will not be displayed, even if ToolbarVisible and/or ShowQuickAccessToolbar are set to true.
After initialization, the visibility of QuickAccessToolbar is determined by the ShowQuickAccessToolbar property. However, for the QuickAccessToolbar to be visible, the initial value of ToolbarVisible must also be true; if the initial value of ToolbarVisible is false, the QuickAccessToolbar will not be displayed even if ShowQuickAccessToolbar is set to true.
The ShowQuickAccessToolbar property has no default value, you need to explicitly set the value in the script.
In scripts
When the ShowQuickAccessToolbar property is TRUE, the QuickAccessToolbar will display:
mdirbb_1.ShowQuickAccessToolbar = true
When the ShowQuickAccessToolbar property is FALSE, the QuickAccessToolbar will not display:
mdirbb_1.ShowQuickAccessToolbar = false