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.ShowToolTips

Indicates whether tooltips are being shown for tabs that have tooltips set on them.

[Visual Basic]
Public Property ShowToolTips As Boolean
[C#]
public bool ShowToolTips {get; set;}
[C++]
public: __property bool get_ShowToolTips();
public: __property void set_ShowToolTips(bool);
[JScript]
public function get ShowToolTips() : Boolean;
public function set ShowToolTips(Boolean);

See Also

TabBase Class | TabBase Members | System.WinForms Namespace