Skip to main content
All docs
V25.1
  • TdxRibbonSkinSelectorInMenuSkinOptions Class

    Stores the settings of a skin chooser gallery when it is displayed in a drop-down window.

    Declaration

    TdxRibbonSkinSelectorInMenuSkinOptions = class(
        TdxRibbonSkinSelectorCustomInMenuSkinOptions
    )

    Remarks

    A user can click the drop-down window of a skin chooser gallery to display it in a drop-down window:

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

    Main API Members

    The list below outlines key members of the TdxRibbonSkinSelectorInMenuSkinOptions class that allow you to configure a skin chooser gallery in a drop-down menu.

    ItemIconSize | ItemSize
    Allow you to resize skin chooser gallery items and their icons.
    SearchBoxVisible
    Hides or displays a search box for a skin chooser gallery in a drop-down window.
    ShowItemCaption
    Specifies if skin chooser gallery item captions are visible.

    General-Purpose API Members

    Assign
    Copies compatible skin chooser gallery settings between Ribbon Skin Selector components.
    BeginUpdate | EndUpdate | CancelUpdate
    Allow you to avoid excessive redraw operations during batch skin gallery setting changes.

    Direct TdxRibbonSkinSelectorInMenuPaletteOptions Class Reference

    A Ribbon Skin Selector component’s SkinChooserOptions.InMenu property references a TdxRibbonSkinSelectorInMenuSkinOptions object.

    See Also