Vcl.ComCtrls.TTabControl.HotTrack

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HotTrack: Boolean read FHotTrack write SetHotTrack default 0;

C++

__property HotTrack = {default=0};

Properties

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

Description

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

Vcl.ComCtrls.TTabControl.HotTrack inherits from Vcl.ComCtrls.TCustomTabControl.HotTrack. All content below this line refers to Vcl.ComCtrls.TCustomTabControl.HotTrack.

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