vcl-dxskinchoosergallery-6f7dc387.md
The base class for all settings of the skin chooser gallery displayed in a drop-down menu.
TdxRibbonSkinSelectorCustomInMenuSkinOptions = class(
TdxRibbonSkinSelectorCustomPlaceSkinOptions
)
A user can click a skin chooser drop-down to display all skins available for selection. A search box allows users to narrow down the list of available skins.
The list below outlines key members of the TdxRibbonSkinSelectorCustomInMenuSkinOptions class that allow you to configure the skin chooser gallery displayed in a drop-down menu.
ItemSize | ItemIconSizeAllow you to adjust dimensions of gallery items and corresponding icons.SearchBoxVisibleSpecifies if the skin chooser gallery displays a search box that allows users to narrow down the list of available skins.ShowItemCaptionSpecifies if skin names are visible.
AssignCopies in-menu skin chooser gallery settings between Ribbon Skin Selector components.BeginUpdate | EndUpdate | CancelUpdateAllow you to avoid excessive redraw operations during batch gallery appearance changes.
Do not use the TdxRibbonSkinSelectorCustomInMenuSkinOptions class directly. Use the TdxRibbonSkinSelectorInMenuSkinOptions class instead.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxRibbonSkinSelectorBaseOptions TdxRibbonSkinSelectorOwnerOptions TdxRibbonSkinSelectorCustomPlaceOptions TdxRibbonSkinSelectorCustomPlaceSkinOptions TdxRibbonSkinSelectorCustomInMenuSkinOptions
See Also
TdxRibbonSkinSelectorCustomInMenuPaletteOptions Class