Skip to main content

TdxBar.Hidden Property

Determines the visibility state of the current toolbar in the toolbars list.

Declaration

property Hidden: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

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