API:Vcl.ComCtrls.TTabControl.HotTrack
Delphi
property HotTrack;
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.