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


ToolTipIcon Property
Gets or sets a System.Windows.Forms.ToolTipIcon that is displayed in the tool tip.
Syntax
'Declaration
 
Public Property ToolTipIcon As ToolTipIcon
 
'Usage
 
Dim instance As TipNotify
Dim value As ToolTipIcon
 
instance.ToolTipIcon = value
 
value = instance.ToolTipIcon

Property Value

A System.Windows.Forms.ToolTipIcon value. The default is System.Windows.Forms.ToolTipIcon.None.
Exceptions
ExceptionDescription
The assigned value is not a System.Windows.Forms.ToolTipIcon value.
See Also