Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TipNotify Class / ToolTipTitle Property


In This Topic
ToolTipTitle Property
In This Topic
Gets or sets the title of the tool tip.
Syntax
'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.
See Also