Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / SetToolTip Method / SetToolTip(SpreadToolTip,String) Method
The tooltip to set.
The content text of tooltip.


In This Topic
    SetToolTip(SpreadToolTip,String) Method
    In This Topic
    Sets the custom content text to the specified tooltip.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetToolTip( _
       ByVal toolTip As SpreadToolTip, _
       ByVal text As String _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim toolTip As SpreadToolTip
    Dim text As String
     
    instance.SetToolTip(toolTip, text)
    public void SetToolTip( 
       SpreadToolTip toolTip,
       string text
    )

    Parameters

    toolTip
    The tooltip to set.
    text
    The content text of tooltip.
    See Also