Skip to main content
All docs
V25.1
  • TdxRibbonSkinSelectorCustomPlacePaletteOptions Class

    The base class for all palette chooser gallery settings.

    Declaration

    TdxRibbonSkinSelectorCustomPlacePaletteOptions = class(
        TdxRibbonSkinSelectorCustomPlaceOptions
    )

    Remarks

    The Ribbon Skin Selector component allows you to independently configure palette galleries displayed in a Ribbon UI and in a drop-down menu.

    VCL Bars: A Palette Chooser Gallery in a Ribbon UI

    Main API Members

    The list below outlines key members of the TdxRibbonSkinSelectorCustomPlacePaletteOptions class that allow you to configure a palette chooser gallery in a Ribbon UI or in a drop-down menu.

    Appearance Settings

    CanCollapse
    Specifies if a palette chooser gallery can collapse in a Ribbon UI when the total window width is not enough to display all toolbar items in full.
    Collapsed
    Expands or collapses a palette chooser gallery in a Ribbon UI.
    CollapsedGlyph
    Specifies a custom glyph for a palette chooser gallery when it is collapsed.
    MinColumnCount | ColumnCount
    Allow you to change the number of columns in a palette chooser gallery.
    ItemIconSize | ItemSize
    Allow you to resize palette chooser gallery items and their icons.
    ShowItemCaption
    Specifies if palette chooser gallery item captions are visible.

    General-Purpose API Members

    Assign
    Copies compatible palette chooser gallery settings between Ribbon Skin Selector components.
    BeginUpdate | EndUpdate | CancelUpdate
    Allow you to avoid excessive redraw operations during batch skin gallery setting changes.

    Terminal TdxRibbonSkinSelectorCustomPlacePaletteOptions Class Descendants

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

    TdxRibbonSkinSelectorInMenuPaletteOptions
    Stores the settings of a palette chooser gallery when it is displayed in a drop-down menu.
    TdxRibbonSkinSelectorInRibbonPaletteOptions
    Stores appearance and behavior settings that affect a palette chooser gallery when it is displayed in a Ribbon UI.
    See Also