TdxRibbonSkinSelectorInMenuSkinOptions Class
In This Article
Stores the settings of a skin chooser gallery when it is displayed in a drop-down window.
#Declaration
Delphi
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:
#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.
#Skin Chooser Gallery Appearance Settings
- 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.
#Inheritance
Show 11 items
See Also