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