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

TdxRibbonSkinSelectorPaletteChooserOptions.InMenu Property

Provides access to the settings of a palette chooser gallery displayed in a drop-down menu.

#Declaration

Delphi
property InMenu: TdxRibbonSkinSelectorInMenuPaletteOptions read; write;

#Property Value

Type Description
TdxRibbonSkinSelectorInMenuPaletteOptions

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

#Remarks

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

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

You can use the InMenu.ShowItemCaption property to display or hide palette names in the palette chooser gallery displayed in a drop-down menu.

Refer to the TdxRibbonSkinSelectorInMenuPaletteOptions class description for detailed information on all available options.

See Also