Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRibbonSkinSelectorInMenuPaletteOptions Class

Stores the settings of a palette chooser gallery when it is displayed in a drop-down menu.

#Declaration

Delphi
TdxRibbonSkinSelectorInMenuPaletteOptions = class(
    TdxRibbonSkinSelectorCustomInMenuPaletteOptions
)

#Remarks

A user can click a palette chooser drop-down button to display all color palettes available for the active skin.

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

#Main API Members

The list below outlines key members of the TdxRibbonSkinSelectorInMenuPaletteOptions class that allow you to configure a palette chooser gallery displayed in a drop-down window.

#Appearance Settings

ItemIconSize
Allows you to resize gallery item icons that indicate individual color palettes available for selection.
ShowItemCaption
Specifies if gallery item captions are visible.

#General-Purpose API Members

Assign
Copies in-menu palette chooser gallery settings between Ribbon Skin Selector components.
BeginUpdate | EndUpdate | CancelUpdate
Allow you to avoid excessive redraw operations during batch gallery appearance changes.

#Direct TdxRibbonSkinSelectorInMenuPaletteOptions Reference

A Ribbon Skin Selector component’s PaletteChooserOptions.InMenu property references a TdxRibbonSkinSelectorInMenuPaletteOptions object.

See Also