TdxRibbonSkinSelectorCustomPlaceOptions Class
The base class for all skin selector UI element settings.
Declaration
TdxRibbonSkinSelectorCustomPlaceOptions = class(
TdxRibbonSkinSelectorOwnerOptions
)
Remarks
The Ribbon Skin Selector component allows you to independently configure skin and palette chooser galleries displayed in a Ribbon UI and in a drop-down menu.
Main API Members
The list below outlines key members of the TdxRibbonSkinSelectorCustomPlaceOptions
class that allow you to configure skin and palette chooser galleries in a Ribbon UI or in a drop-down menu. Different terminal TdxRibbonSkinSelectorCustomPlaceOptions
class descendants publish different API members.
Ribbon UI-Specific Skin Chooser Gallery Settings
- CanCollapse
- Specifies if a skin or palette chooser gallery can collapse in a Ribbon UI when the total window width is not enough to display all toolbar items in the current Ribbon tab in full.
- Collapsed
- Expands or collapses a skin or palette chooser gallery in a Ribbon UI.
Common Chooser Gallery Settings
- MinColumnCount | ColumnCount
- Allow you to change the number of item columns in a gallery.
- ItemSize
- Specifies gallery item dimensions.
- ShowItemCaption
- Specifies if gallery item captions are visible.
General-Purpose API Members
- Assign
- Copies compatible settings between skin and palette chooser galleries of a Ribbon Skin Selector component.
- BeginUpdate | EndUpdate | CancelUpdate
- Allow you to avoid excessive redraw operations during batch chooser gallery setting changes.
Terminal TdxRibbonSkinSelectorCustomPlaceOptions Class Descendants
Do not use the TdxRibbonSkinSelectorCustomPlaceOptions
class directly. Use the following descendants instead:
- TdxRibbonSkinSelectorInMenuPaletteOptions
- Stores the settings of a palette chooser gallery when it is displayed in a drop-down menu.
- TdxRibbonSkinSelectorInRibbonPaletteOptions
- Stores appearance and behavior settings that affect a palette chooser gallery when it is displayed in a Ribbon UI.
- TdxRibbonSkinSelectorInMenuSkinOptions
- Stores the settings of a skin chooser gallery when it is displayed in a drop-down window.
- TdxRibbonSkinSelectorInRibbonSkinOptions
- Stores the settings of a skin chooser gallery when it is displayed in a Ribbon UI.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxOwnedInterfacedPersistent
TcxLockablePersistent
TdxRibbonSkinSelectorBaseOptions
TdxRibbonSkinSelectorOwnerOptions
TdxRibbonSkinSelectorCustomPlaceOptions
See Also