Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IconNotify Class / IconTip Property


In This Topic
IconTip Property
In This Topic
Gets or sets a string value that is shown when the pointer is hovering over the Icon.
Syntax
'Declaration
 
Public Property IconTip As String
 
'Usage
 
Dim instance As IconNotify
Dim value As String
 
instance.IconTip = value
 
value = instance.IconTip

Property Value

A System.String value that is shown when the pointer is hovering over the Icon. The default is String.Empty.
See Also