Vcl.ComCtrls.TCustomTabControl.HotTrack

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HotTrack: Boolean read FHotTrack write SetHotTrack default False;

C++

__property bool HotTrack = {read=FHotTrack, write=SetHotTrack, default=0};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTabControl

Description

Determines whether labels on the tab under the mouse are automatically highlighted.

Set HotTrack to true to provide visual feedback to the user about which tab would be selected if the mouse button is clicked. HotTrack is especially useful when the tab control contains multiple rows of tabs.

See Also