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

    The base class for skin and palette chooser gallery settings.

    Declaration

    TdxRibbonSkinSelectorCustomChooserOptions = class abstract(TdxRibbonSkinSelectorBaseChooserOptions)

    Remarks

    Skin and palette chooser galleries are main UI elements of a Ribbon Skin Selector component.

    VCL Bars: Skin and Palette Chooser Galleries

    Main API Members

    The list below outlines key members of the TdxRibbonSkinSelectorCustomChooserOptions class that allow you to configure skin and palette chooser galleries in a Ribbon Skin Selector component.

    Assign
    Copies compatible settings between skin selector components.
    BeginUpdate | EndUpdate | CancelUpdate
    Allow you to avoid excessive redraw operations during batch skin selector setting changes.
    Hint
    Specifies a simple hint for a skin or palette chooser gallery.
    ItemTextAlignVert
    Specifies the text position for individual gallery items in a skin or palette chooser gallery.
    KeyTip
    Defines a KeyTip for the skin or palette chooser.
    ScreenTip | OnGetScreenTip
    Allow you to associate a skin or palette chooser gallery with a TdxScreenTip component and customize its appearance before it is displayed instead of a simple hint.

    Terminal TdxRibbonSkinSelectorCustomChooserOptions Class Descendants

    Do not use the TdxRibbonSkinSelectorCustomChooserOptions class directly. Use the following descendants instead:

    TdxRibbonSkinSelectorPaletteChooserOptions
    Stores palette chooser gallery settings of a Ribbon Skin Selector component.
    TdxRibbonSkinSelectorSkinChooserOptions
    Stores skin chooser gallery settings of a Ribbon Skin Selector component.
    See Also