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

TdxRibbonSkinSelectorCustomChooserOptions Class

The base class for skin and palette chooser gallery settings.

#Declaration

Delphi
TdxRibbonSkinSelectorCustomChooserOptions = class abstract(TdxRibbonSkinSelectorBaseChooserOptions)

#Remarks

Skin and palette chooser galleries are main UI elements of a Ribbon Skin Selector component.

VCL Bars: Skin and Palette Chooser Galleries

#Main API Members

The list below outlines key members of the TdxRibbonSkinSelectorCustomChooserOptions class that allow you to configure skin and palette chooser galleries in a Ribbon Skin Selector component.

Assign
Copies compatible settings between skin selector components.
BeginUpdate | EndUpdate | CancelUpdate
Allow you to avoid excessive redraw operations during batch skin selector setting changes.
Hint
Specifies a simple hint for a skin or palette chooser gallery.
ItemTextAlignVert
Specifies the text position for individual gallery items in a skin or palette chooser gallery.
KeyTip
Defines a KeyTip for the skin or palette chooser.
ScreenTip | OnGetScreenTip
Allow you to associate a skin or palette chooser gallery with a TdxScreenTip component and customize its appearance before it is displayed instead of a simple hint.

#Terminal TdxRibbonSkinSelectorCustomChooserOptions Class Descendants

Do not use the TdxRibbonSkinSelectorCustomChooserOptions class directly. Use the following descendants instead:

TdxRibbonSkinSelectorPaletteChooserOptions
Stores palette chooser gallery settings of a Ribbon Skin Selector component.
TdxRibbonSkinSelectorSkinChooserOptions
Stores skin chooser gallery settings of a Ribbon Skin Selector component.
See Also