TdxRibbonSkinSelectorCustomInMenuPaletteOptions Class
The base class for all classes that store the settings of a palette chooser gallery when it is displayed in a drop-down menu.
#Declaration
Delphi
TdxRibbonSkinSelectorCustomInMenuPaletteOptions = class(
TdxRibbonSkinSelectorCustomPlacePaletteOptions
)
#Remarks
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.
#Main API Members
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.
#Appearance Settings
- ItemIconSize
- Allows you to resize gallery item icons that indicate individual color palettes available for selection.
- ShowItemCaption
- Specifies if gallery item captions are visible.
#General-Purpose API Members
- Assign
- Copies in-menu palette chooser gallery settings between Ribbon Skin Selector components.
- BeginUpdate | EndUpdate | CancelUpdate
- Allow you to avoid excessive redraw operations during batch gallery appearance changes.
#Terminal TdxRibbonSkinSelectorCustomInMenuPaletteOptions Class Descendant
Do not use the TdxRibbonSkinSelectorCustomInMenuPaletteOptions
class directly. Use the TdxRibbonSkinSelectorInMenuPaletteOptions class instead.
#Inheritance
See Also