Skip to main content
All docs
V25.1
  • TdxRibbonSkinSelectorPaletteChooserOptions.InRibbon Property

    Provides access to the settings of a palette chooser gallery displayed in a Ribbon UI.

    Declaration

    property InRibbon: TdxRibbonSkinSelectorInRibbonPaletteOptions read; write;

    Property Value

    Type Description
    TdxRibbonSkinSelectorInRibbonPaletteOptions

    Stores palette chooser gallery settings when the gallery is displayed in a Ribbon UI.

    Remarks

    A palette chooser gallery lists all color palettes available for the active skin and allows users to switch between them. 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

    You can use InRibbon.Collapsed and InRibbon.CollapsedGlyph properties to expand or collapse the palette chooser gallery and define a custom glyph displayed when the gallery is collapsed. InRibbon.ColumnCount and InRibbon.MinColumnCount properties allow you to change the number of gallery item columns.

    Refer to the TdxRibbonSkinSelectorInRibbonPaletteOptions class description for detailed information on all available options.

    See Also