TdxRibbonSkinSelectorCustomChooserOptions.Visible Property
Specifies if the current chooser UI element is visible.
Declaration
property Visible: TdxBarItemVisible read; write; default ivAlways;
Property Value
Type | Default | Description |
---|---|---|
TdxBarItemVisible | ivAlways | The active bar item visibility mode. |
Remarks
Use the Visible
property to hide or display the skin or palette chooser gallery in different Ribbon UI states.
Default Value
The Visible
property’s default value is ivAlways.
See Also