RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTabSheet.Highlighted Property

Indicates whether the tab sheet appears highlighted.

Pascal
property Highlighted: Boolean;
C++
__property Boolean 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.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!