property Tab.BackColor as Color
Retrieves or sets a value that indicates the control's background color.

TypeDescription
Color A color expression that indicates the control's background color.

The BackColor property changes the control's background color. It is important to notice that the BackColor property updates the background's control depending on the skin loaded. What that means? If your skin tab defines for all objects a color, the BackColor property will have no effect. Instead, if your skin contains visible objects that have no color associated, the BackColor property will have effect. Use the ForeColor property to change the control's foreground color. Use the <fgcolor> and <bgcolor> built-in HTML tags, in the Caption property to apply different colors for the pages.