Spread WinForms 15
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / TooltipsForm Class / ToolTipImage Property


In This Topic
ToolTipImage Property
In This Topic
Gets or sets the tool tip image.
Syntax
'Declaration
 
Public Property ToolTipImage As Image
 
'Usage
 
Dim instance As TooltipsForm
Dim value As Image
 
instance.ToolTipImage = value
 
value = instance.ToolTipImage

Property Value

The tool tip image.
See Also