Back to Devexpress

TdxRibbonContext.Color Property

vcl-dxribbon-dot-tdxribboncontext-3d58fae9.md

latest1.1 KB
Original Source

TdxRibbonContext.Color Property

Specifies the gradient’s start color used to fill the background of a label and contextual tabs associated with the current context.

Declaration

delphi
property Color: TColor read; write; default clWhite;

Property Value

TypeDefault
TColorclWhite

Remarks

Use the Visible property or the Activate method to specify the visibility of the label and contextual tabs.

The default value of the Color property is clWhite.

See Also

TdxRibbonContext Class

TdxRibbonContext Members

dxRibbon Unit