vcl-dxskinchoosergallery-c397680a.md
The base class for all Ribbon Skin Selector settings.
TdxRibbonSkinSelectorBaseOptions = class(
TcxLockablePersistent
)
The list below outlines key members of the TdxRibbonSkinSelectorBaseOptions class that allow you to manage setting updates and copy settings between skin selector components.
AssignCopies compatible settings between skin selector components.BeginUpdate | EndUpdate | CancelUpdateAllow you to avoid excessive redraw operations during batch skin selector setting changes.
Do not use the TdxRibbonSkinSelectorBaseOptions class directly. Use the following descendants instead:
TdxRibbonSkinSelectorInMenuPaletteOptionsStores the settings of a palette chooser gallery when it is displayed in a drop-down menu.TdxRibbonSkinSelectorInMenuSkinOptionsStores the settings of a skin chooser gallery when it is displayed in a drop-down window.TdxRibbonSkinSelectorInRibbonPaletteOptionsStores appearance and behavior settings that affect a palette chooser gallery when it is displayed in a Ribbon UI.TdxRibbonSkinSelectorInRibbonSkinOptionsStores the settings of a skin chooser gallery when it is displayed in a Ribbon UI.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
See Also
TdxRibbonSkinSelectorCustomPlaceOptions Class