Skip to main content

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

property Color: TColor read; write; default clWhite;

Property Value

Type Default
TColor clWhite

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