TdxRibbonCustomToolbar.Visible Property
In This Article
Specifies if the docked Ribbon toolbar is visible.
#Declaration
Delphi
property Visible: Boolean read; write; default True;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | True |
|
#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