Vcl.Tabs.TTabSet.BackgroundColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BackgroundColor: TColor read FBackgroundColor write SetBackgroundColor default clBtnFace;

C++

__property System::Uitypes::TColor BackgroundColor = {read=FBackgroundColor, write=SetBackgroundColor, default=-16777201};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Tabs.pas
Vcl.Tabs.hpp
Vcl.Tabs TTabSet

Description

Determines the background color of the tab set control.

Use BackgroundColor to indicate the color that the tab set control uses to paint the area between the tabs and the border of the control.

See Also