Vcl.Tabs.TTabSet.SelectedColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SelectedColor: TColor read FSelectedColor write SetSelectedColor default clBtnFace;

C++

__property System::Uitypes::TColor SelectedColor = {read=FSelectedColor, write=SetSelectedColor, default=-16777201};

Properties

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

Description

Determines the color of the selected tab in the tab set control.

SelectedColor determines the color of the selected tab in the tab set control.

See Also