vcl-dxskinchoosergallery-86b4cf0e.md
The base class for skin and palette chooser gallery settings.
TdxRibbonSkinSelectorCustomChooserOptions = class abstract(TdxRibbonSkinSelectorBaseChooserOptions)
Skin and palette chooser galleries are main UI elements of a Ribbon Skin Selector component.
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.
AssignCopies compatible settings between skin selector components.BeginUpdate | EndUpdate | CancelUpdateAllow you to avoid excessive redraw operations during batch skin selector setting changes.HintSpecifies a simple hint for a skin or palette chooser gallery.ItemTextAlignVertSpecifies the text position for individual gallery items in a skin or palette chooser gallery.KeyTipDefines a KeyTip for the skin or palette chooser.ScreenTip | OnGetScreenTipAllow 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.
Do not use the TdxRibbonSkinSelectorCustomChooserOptions class directly. Use the following descendants instead:
TdxRibbonSkinSelectorPaletteChooserOptionsStores palette chooser gallery settings of a Ribbon Skin Selector component.TdxRibbonSkinSelectorSkinChooserOptionsStores skin chooser gallery settings of a Ribbon Skin Selector component.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxRibbonSkinSelectorBaseOptions TdxRibbonSkinSelectorOwnerOptions TdxRibbonSkinSelectorBaseChooserOptions TdxRibbonSkinSelectorCustomChooserOptions
See Also
TdxRibbonSkinSelectorCustomPlaceOptions Class