Gets or sets the title of the tool tip.
public string ToolTipTitle {get; set;}
'Declaration
Public Property ToolTipTitle As String
'Usage
Dim instance As TipNotify
Dim value As String
instance.ToolTipTitle = value
value = instance.ToolTipTitle
Property Value
A
System.String value that indicates the title of the tool tip. The default is
String.Empty.