TdxRibbonColorSchemeAccent Enum
Enumerates Ribbon UI color accents for built-in Ribbon skins.
Declaration
TdxRibbonColorSchemeAccent = (
rcsaYellow,
rcsaBlue,
rcsaGreen,
rcsaOrange,
rcsaPurple
);
Members
Name | Description |
---|---|
rcsaYellow
|
|
rcsaBlue
|
|
rcsaGreen
|
|
rcsaOrange
|
|
rcsaPurple
|
Remarks
All built-in Ribbon skins can switch between five Microsoft Office-inspired color accents if the following conditions are met:
- The Ribbon control’s Style property is set to rs2010 or a newer style.
- Ribbon UI synchronization with global skin and palette settings is disabled.
Limitations
Only built-in Ribbon skins support color accents.
Different Ribbon styles support different sets of built-in Ribbon skins. Refer to the TdxCustomRibbon.ColorSchemeName property description for detailed information.
Direct TdxRibbonColorSchemeAccent Type Reference
The TdxCustomRibbon.ColorSchemeAccent property references the TdxRibbonColorSchemeAccent
type.
See Also