Vcl.ComCtrls.TTabSheet.Highlighted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Highlighted: Boolean read FHighlighted write SetHighlighted default False;

C++

__property bool Highlighted = {read=FHighlighted, write=SetHighlighted, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTabSheet

Description

Indicates whether the tab sheet appears highlighted.

Use Highlighted to make a tab sheet stand out visually. When Highlighted is true, the tab sheet is drawn using a highlight color so that it stands out visually from other tab sheets.

Note: Highlighted is not linked to the active page of the host page control. A page control can have only one active page, but can have multiple highlighted pages.

See Also