| 
 | 
 | 
 | 
| 
        | HotTrackColor Property, TabClass Class | 
Defines the tab's foreground color used for hot-tracking (flyby highlighting).
Syntax TabClass Class (Softelvdm.SftTabsNET)
| VB | Public Property HotTrackColor As Color | 
| C# | public Color HotTrackColor { get; set; } | 
| C++ | public: property Color HotTrackColor { | 
Property Value
The foreground color used for hot-tracking.
The default value is SystemColors.HotTrack.
Comments
The HotTrackColor property defines the tab's foreground color used for hot-tracking (flyby highlighting).
If the tab control uses Windows themes, the HotTrackColor property has no effect.