Skip to main content

TdxRibbonCustomToolbar.Visible Property

Specifies if the docked Ribbon toolbar is visible.

Declaration

property Visible: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True

True if the docked Ribbon toolbar is visible; otherwise, False.

Remarks

You can set the Visible property to False to hide the docked Ribbon toolbar currently visible in the parent Ribbon control.

Default Value

The Visible property’s default value is True.

See Also