Skip to main content
All docs
V23.2

TdxRibbonSkinSelectorSkinChooserOptions Class

Stores skin chooser gallery settings of a Ribbon Skin Selector component.

Declaration

TdxRibbonSkinSelectorSkinChooserOptions = class(
    TdxRibbonSkinSelectorCustomChooserOptions
)

Remarks

Skin and palette chooser galleries are main UI elements of the Ribbon Skin Selector component. A skin chooser gallery displays all skins available in an application and allows users to switch between them.

VCL Bars: A Skin Chooser Gallery in a Ribbon UI

A click on the skin chooser gallery’s drop-down button expands the gallery in a drop-down menu.

VCL Bars: A Skin Chooser Gallery in a Drop-Down Menu

The Ribbon Skin Selector component allows you to configure the skin chooser gallery in both states independently. InMenu and InRibbon properties provide access to settings that define appearance and behavior of the skin chooser gallery when it is displayed in a drop-down menu and in a Ribbon UI, respectively.

Main API Members

The list below outlines key members of the TdxRibbonSkinSelectorSkinChooserOptions class that allow you to configure skin chooser gallery settings in a Ribbon Skin Selector.

General-Purpose API Members

Assign
Copies skin chooser gallery settings between Ribbon Skin Selectors.
BeginUpdate | EndUpdate | CancelUpdate
Allow you to avoid excessive redraw operations during batch skin chooser setting changes. InRibbon | InMenu
VisibleGroups | VisibleLookAndFeelStyles
Specify skin groups available for selection.
Visible
Specifies if the palette selector is visible in the parent Ribbon Skin Selector.

Direct TdxRibbonSkinSelectorSkinChooserOptions Class References

The TdxRibbonSkinSelector.SkinChooserOptions property references a TdxRibbonSkinSelectorSkinChooserOptions object.

See Also