Spread Windows Forms 12.0 Product Documentation
ToolTipImage Property


FarPoint.Win.Spread.Design Assembly > FarPoint.Win.Spread.Design Namespace > TooltipsForm Class : ToolTipImage Property
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
public Image ToolTipImage {get; set;}

Property Value

The tool tip image.
See Also

Reference

TooltipsForm Class
TooltipsForm Members