vcl-dxskinchoosergallery-6bea3746.md
The base class for all classes that store the settings of a palette chooser gallery when it is displayed in a drop-down menu.
TdxRibbonSkinSelectorCustomInMenuPaletteOptions = class(
TdxRibbonSkinSelectorCustomPlacePaletteOptions
)
A user can click a palette chooser drop-down button to display all color palettes available for the active skin.
A TdxRibbonSkinSelectorCustomInMenuPaletteOptions class descendant implements settings that affect a palette chooser gallery when it is displayed in a drop-down window.
The list below outlines key members of the TdxRibbonSkinSelectorCustomInMenuPaletteOptions class that allow you to configure a palette chooser gallery displayed in a drop-down window.
ItemIconSizeAllows you to resize gallery item icons that indicate individual color palettes available for selection.ShowItemCaptionSpecifies if gallery item captions are visible.
AssignCopies in-menu palette chooser gallery settings between Ribbon Skin Selector components.BeginUpdate | EndUpdate | CancelUpdateAllow you to avoid excessive redraw operations during batch gallery appearance changes.
Do not use the TdxRibbonSkinSelectorCustomInMenuPaletteOptions class directly. Use the TdxRibbonSkinSelectorInMenuPaletteOptions class instead.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxRibbonSkinSelectorBaseOptions TdxRibbonSkinSelectorOwnerOptions TdxRibbonSkinSelectorCustomPlaceOptions TdxRibbonSkinSelectorCustomPlacePaletteOptions TdxRibbonSkinSelectorCustomInMenuPaletteOptions
See Also
TdxRibbonSkinSelectorCustomInRibbonPaletteOptions Class