TdxRibbonContext.Color Property
In This Article
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
Type | Default |
---|---|
TColor | cl |
#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