Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRibbonColorSchemeAccent Enum

Enumerates Ribbon UI color accents for built-in Ribbon skins.

#Declaration

Delphi
TdxRibbonColorSchemeAccent = (
    rcsaYellow,
    rcsaBlue,
    rcsaGreen,
    rcsaOrange,
    rcsaPurple
);

#Members

Name Description
rcsaYellow

VCL Bars: A Ribbon UI in Yellow

rcsaBlue

VCL Bars: A Ribbon UI in Blue

rcsaGreen

VCL Bars: A Ribbon UI in Green

rcsaOrange

VCL Bars: A Ribbon UI in Orange

rcsaPurple

VCL Bars: A Ribbon IU in Purple

#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