TdxSkinGroups Type
A set of flags that correspond to individual skin groups.
#Declaration
Delphi
TdxSkinGroups = set of TdxSkinGroup;
#Referenced Class
Type | Description |
---|---|
Tdx |
A flag that corresponds to an individual skin group. |
#Remarks
Skin group flags allow you to change the list of skins available in a Ribbon Skin Selector component. If a flag (an individual TdxSkinGroup value) is set, the corresponding group of skins is visible and available for selection.
#TdxSkinGroups Type Reference
The TdxRibbonSkinSelectorSkinChooserOptions.VisibleGroups property references the TdxSkinGroups
type.
See Also