Spread Windows Forms 15.0
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
    public Image ToolTipImage {get; set;}

    Property Value

    The tool tip image.
    See Also