TdxRibbonSkinSelectorInRibbonPaletteOptions Class
Stores appearance and behavior settings that affect a palette chooser gallery when it is displayed in a Ribbon UI.
Declaration
TdxRibbonSkinSelectorInRibbonPaletteOptions = class(
TdxRibbonSkinSelectorCustomInRibbonPaletteOptions
)
Remarks
The Ribbon Skin Selector component allows you to independently configure palette galleries displayed in a Ribbon UI and in a drop-down menu.
Main API Members
The list below outlines key members of the TdxRibbonSkinSelectorInRibbonPaletteOptions
class that allow you to configure a palette chooser gallery in a Ribbon UI.
Appearance Settings
- CanCollapse
- Specifies if a palette chooser gallery can collapse in a Ribbon UI when the total window width is not enough to display all toolbar items in full.
- Collapsed
- Expands or collapses a palette chooser gallery in a Ribbon UI.
- CollapsedGlyph
- Specifies a custom glyph for a palette chooser gallery when it is collapsed.
- MinColumnCount | ColumnCount
- Allow you to change the number of columns in a palette chooser gallery.
- ItemIconSize | ItemSize
- Allow you to resize palette chooser gallery items and their icons.
- ShowItemCaption
- Specifies if palette chooser gallery item captions are visible.
General-Purpose API Members
- Assign
- Copies compatible palette 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 TdxRibbonSkinSelectorInRibbonPaletteOptions Class Reference
A Ribbon Skin Selector component’s PaletteChooserOptions.InRibbon property references a TdxRibbonSkinSelectorInRibbonPaletteOptions
object.
Inheritance
See Also