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


In This Topic
ToolTipText Property (TipNotify)
In This Topic
Gets or sets the tool tip text.
Syntax
'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.
See Also