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

TdxRibbonSkinSelectorInMenuSkinOptions Class

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

#Declaration

Delphi
TdxRibbonSkinSelectorInMenuSkinOptions = class(
    TdxRibbonSkinSelectorCustomInMenuSkinOptions
)

#Remarks

A user can click the drop-down window of a skin chooser gallery to display it in a drop-down window:

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

#Main API Members

The list below outlines key members of the TdxRibbonSkinSelectorInMenuSkinOptions class that allow you to configure a skin chooser gallery in a drop-down menu.

ItemIconSize | ItemSize
Allow you to resize skin chooser gallery items and their icons.
SearchBoxVisible
Hides or displays a search box for a skin chooser gallery in a drop-down window.
ShowItemCaption
Specifies if skin chooser gallery item captions are visible.

#General-Purpose API Members

Assign
Copies compatible skin chooser gallery settings between Ribbon Skin Selector components.
BeginUpdate | EndUpdate | CancelUpdate
Allow you to avoid excessive redraw operations during batch skin gallery setting changes.

#Direct TdxRibbonSkinSelectorInMenuPaletteOptions Class Reference

A Ribbon Skin Selector component’s SkinChooserOptions.InMenu property references a TdxRibbonSkinSelectorInMenuSkinOptions object.

See Also