vcl-dxbar-dot-tdxbar-fdb62e77.md
Determines the visibility state of the current toolbar in the toolbars list.
property Hidden: Boolean read; write; default False;
| Type | Default |
|---|---|
| Boolean | False |
If the Hidden property is set to True , the current toolbar is not displayed in the toolbars list of the customization form or in the toolbar popup menu which appears every time an end-user presses the right mouse button over a docking area.
Note
Setting the Hidden property to True removes a toolbar from the toolbar popup menu and from the toolbars list of the customization form, but does not hide the toolbar. Use the Visible property to hide or show a toolbar.
The default value of the Hidden property is False.
See Also