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