Skip to main content
All docs
V23.2

TdxRibbonSkinSelectorInRibbonSkinOptions Class

Stores the settings of a skin chooser gallery when it is displayed in a Ribbon UI.

Declaration

TdxRibbonSkinSelectorInRibbonSkinOptions = class(
    TdxRibbonSkinSelectorCustomInRibbonSkinOptions
)

Remarks

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

VCL Bars: A Skin Chooser Gallery in a Ribbon UI

Main API Members

The list below outlines key members of the TdxRibbonSkinSelectorInRibbonSkinOptions class that allow you to configure skin chooser galleries in a Ribbon UI.

Appearance Settings

CanCollapse
Specifies if a skin 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 skin chooser gallery in a Ribbon UI.
MinColumnCount | ColumnCount
Allow you to change the number of item columns in a skin chooser gallery.
ItemIconSize | ItemSize
Allow you to resize skin chooser gallery items and their icons.
ShowItemCaption
Specifies if skin chooser gallery item captions are visible.

General-Purpose API Members

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

Direct TdxRibbonSkinSelectorInRibbonSkinOptions Class Reference

A Ribbon Skin Selector component’s SkinChooserGallery.InRibbon property references a TdxRibbonSkinSelectorInRibbonSkinOptions object.

See Also