NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TabBase.HotTrack

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);

See Also

TabBase Class | TabBase Members | System.WinForms Namespace