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 |
|
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