Skip to main content

TdxBar.AllowQuickCustomizing Property

Specifies whether the current toolbar has the quick customization capability.

Declaration

property AllowQuickCustomizing: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

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