Skip to main content

TcxCustomTabControlProperties.HotTrack Property

Specifies whether tabs are hot-tracked when the mouse pointer hovers over them.

Declaration

property HotTrack: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this property to True to enable tab highlighting. Otherwise tabs don’t respond to mouse hover events.

Note

In the Tabs painting style and XP painting style, hot-tracking is always enabled regardless of the HotTrack property setting.

The default value of the HotTrack property is False.

See Also