Skip to main content

TdxRibbonSkinSelector.SkinChooserOptions Property

Provides access to skin chooser gallery settings of the Ribbon Skin Selector component.

Declaration

property SkinChooserOptions: TdxRibbonSkinSelectorSkinChooserOptions read; write;

Property Value

Type Description
TdxRibbonSkinSelectorSkinChooserOptions

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

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. SkinChooserOptions.InMenu and SkinChooserOptions.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.

You can use the SkinChooserOptions.Hint or SkinChooserOptions.ScreenTip property to define a simple or advanced hint for the skin chooser gallery in both states. The SkinChooserOptions.Visible property allows you to hide or display the skin chooser gallery in different Ribbon UI states.

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

See Also