Indicates whether the tabs visually change when the mouse passes over them.
[Visual Basic] Public Property HotTrack As Boolean [C#] public bool HotTrack {get; set;} [C++] public: __property bool get_HotTrack(); public: __property void set_HotTrack(bool); [JScript] public function get HotTrack() : Boolean; public function set HotTrack(Boolean);