vcl-dxbar-dot-tdxbar-d99c1b7b.md
Specifies whether the current toolbar has the quick customization capability.
property AllowQuickCustomizing: Boolean read; write; default True;
| Type | Default |
|---|---|
| Boolean | True |
If this property is set to True , the quick customization button is displayed in place of the items that do not fit in the toolbar for a docked toolbar, and on the caption title for a floating toolbar.
A click on the quick customization button activates the Quick Customization Popup Menu, which contains a list of buttons available for the corresponding toolbar. End-users can select the buttons they wish to display and uncheck the ones they want to visually suppress.
If the AllowQuickCustomizing property is set to False , the quick customization button is not displayed.
The default value of the AllowQuickCustomizing property is True.
See Also