Vcl.Tabs.TTabSet.UnselectedColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UnselectedColor: TColor read FUnselectedColor write SetUnselectedColor default clWindow;

C++

__property System::Uitypes::TColor UnselectedColor = {read=FUnselectedColor, write=SetUnselectedColor, default=-16777211};

Properties

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

Description

Determines the color of the tabs that aren't currently selected in the tab set control.

UnselectedColor determines the color of the tabs that aren't currently selected in the tab set control.

See Also