Gets or sets a string value that is shown when the pointer is hovering over the
Icon.
public string IconTip {get; set;}
'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.