Skip to main content

TcxTab.Color Property

Specifies the color of the tab.

Declaration

property Color: TColor read; write;

Property Value

Type
TColor

Remarks

Use this property to specify the color of the current tab. When the value of clDefault is assigned to this property, the actual color of the tab is determined by the painting style applied to a tab control.

Note

By setting the pcoUsePageColorForTab option using the Options property of a tab control you can explicitly specify that the color of tabs is the same as the color of their corresponding tab pages (provided that the ParentColor property of these tab pages is set to False).

The default value of the Color property is clDefault.

See Also