TdxRibbonSkinSelectorCustomChooserOptions.Visible Property
In This Article
Specifies if the current chooser UI element is visible.
#Declaration
Delphi
property Visible: TdxBarItemVisible read; write; default ivAlways;
#Property Value
Type | Default | Description |
---|---|---|
Tdx |
iv |
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