Skip to main content
All docs
V25.2
  • TdxRibbonSkinSelectorSkinChooserOptions.InMenu Property

    Provides access to the settings of a skin chooser gallery displayed in a drop-down menu.

    Declaration

    property InMenu: TdxRibbonSkinSelectorInMenuSkinOptions read; write;

    Property Value

    Type Description
    TdxRibbonSkinSelectorInMenuSkinOptions

    Stores skin chooser gallery settings when the gallery is displayed in a drop-down menu.

    Remarks

    A user can click a skin chooser drop-down button to display all available skins in a drop-down menu.

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

    You can use InMenu.ItemSize and InMenu.ItemIconSize properties to resize skin gallery items and their icons in a drop-down menu.

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

    See Also