Back to Devexpress

TdxBar.Hidden Property

vcl-dxbar-dot-tdxbar-fdb62e77.md

latest1.1 KB
Original Source

TdxBar.Hidden Property

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

Declaration

delphi
property Hidden: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

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

TdxBar.Visible

TdxBar Class

TdxBar Members

dxBar Unit