Skip to main content

TdxRibbonSkinSelectorSkinChooserOptions.InRibbon Property

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

Declaration

property InRibbon: TdxRibbonSkinSelectorInRibbonSkinOptions read; write;

Property Value

Type Description
TdxRibbonSkinSelectorInRibbonSkinOptions

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

Remarks

A skin chooser gallery lists all skins available in an application 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 Skin Chooser Gallery in a Ribbon UI

You can use InRibbon.MinColumnCount and InRibbon.ColumnCount properties to change the number of columns in a skin chooser gallery in different states of the parent Ribbon UI. The InRibbon.ColumnCount property also defines the number of columns in a skin chooser gallery displayed in a drop-down window.

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

See Also