TdxRibbonSkinSelector.PaletteChooserOptions Property
Provides access to palette chooser gallery settings of the Ribbon Skin Selector component.
Declaration
property PaletteChooserOptions: TdxRibbonSkinSelectorPaletteChooserOptions read; write;
Property Value
Type | Description |
---|---|
TdxRibbonSkinSelectorPaletteChooserOptions | Stores palette chooser gallery settings of a Ribbon Skin Selector. |
Remarks
Skin and palette chooser galleries are main UI elements of the Ribbon Skin Selector component. A palette chooser gallery displays all palettes available for the active skin and allows users to switch between them.
A click on the palette chooser gallery’s drop-down button expands the gallery in a drop-down menu.
The Ribbon Skin Selector component allows you to configure the palette chooser gallery in both states independently. PaletteChooserOptions
.InMenu and PaletteChooserOptions
.InRibbon properties provide access to settings that define appearance and behavior of the palette chooser gallery when it is displayed in a drop-down menu and in a Ribbon UI, respectively.
Common Palette Chooser Gallery Settings
You can use the PaletteChooserOptions
.Hint or PaletteChooserOptions
.ScreenTip property to define a simple or advanced hint for the palette chooser gallery in both states. The SkinChooserOptions
.Visible property allows you to hide or display the skin chooser gallery in different Ribbon UI states.
Refer to the TdxRibbonSkinSelectorPaletteChooserOptions class description for detailed information on all available options.