vcl-dxskinchoosergallery-ab8c7237.md
Stores skin chooser gallery settings of a Ribbon Skin Selector component.
TdxRibbonSkinSelectorSkinChooserOptions = class(
TdxRibbonSkinSelectorCustomChooserOptions
)
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.
A click on the skin chooser gallery’s drop-down button expands the 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.
The list below outlines key members of the TdxRibbonSkinSelectorSkinChooserOptions class that allow you to configure skin chooser gallery settings in a Ribbon Skin Selector.
AssignCopies skin chooser gallery settings between Ribbon Skin Selectors.BeginUpdate | EndUpdate | CancelUpdateAllow you to avoid excessive redraw operations during batch skin chooser setting changes. InRibbon | InMenuVisibleGroups | VisibleLookAndFeelStylesSpecify skin groups available for selection.VisibleSpecifies if the palette selector is visible in the parent Ribbon Skin Selector.
The TdxRibbonSkinSelector.SkinChooserOptions property references a TdxRibbonSkinSelectorSkinChooserOptions object.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxRibbonSkinSelectorBaseOptions TdxRibbonSkinSelectorOwnerOptions TdxRibbonSkinSelectorBaseChooserOptions TdxRibbonSkinSelectorCustomChooserOptions TdxRibbonSkinSelectorSkinChooserOptions
See Also
TdxRibbonSkinSelectorPaletteChooserOptions Class