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!

TabPage.ToolTipText

The toolTipText for the tab, that will appear when the mouse hovers over the tab and the TabControl's showToolTips property is true.

[Visual Basic]
Public Property ToolTipText As String
[C#]
public string ToolTipText {get; set;}
[C++]
public: __property String* get_ToolTipText();
public: __property void set_ToolTipText(String*);
[JScript]
public function get ToolTipText() : String;
public function set ToolTipText(String);

See Also

TabPage Class | TabPage Members | System.WinForms Namespace