Skip to main content
All docs
V23.2

TdxRibbonSkinSelectorPaletteChooserOptions Class

Stores palette chooser gallery settings of a Ribbon Skin Selector component.

Declaration

TdxRibbonSkinSelectorPaletteChooserOptions = class(
    TdxRibbonSkinSelectorCustomChooserOptions
)

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.

VCL Bars: A Palette Chooser Gallery in a Ribbon UI

A click on the palette chooser gallery’s drop-down button expands the gallery in a drop-down menu.

VCL Bars: A Palette Chooser Gallery in a Drop-Down Menu

The Ribbon Skin Selector component allows you to configure the palette chooser gallery in both states independently. InMenu and 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.

Main API Members

The list below outlines key members of the TdxRibbonSkinSelectorPaletteChooserOptions class that allow you to configure palette chooser gallery settings in a Ribbon Skin Selector.

General-Purpose API Members

Assign
Copies palette chooser gallery settings between Ribbon Skin Selectors.
BeginUpdate | EndUpdate | CancelUpdate
Allow you to avoid excessive redraw operations during batch palette chooser setting changes.
InRibbon | InMenu
Provide access to palette chooser gallery settings that affect the gallery displayed in a Ribbon UI and in a drop-down window.
Visible
Specifies if the palette selector is visible in the parent Ribbon Skin Selector.

Direct TdxRibbonSkinSelectorPaletteChooserOptions Class References

The TdxRibbonSkinSelector.PaletteChooserOptions property references a TdxRibbonSkinSelectorPaletteChooserOptions object.

See Also