Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFpStatusBarElement Interface / GetTextTip Method


In This Topic
    GetTextTip Method (IFpStatusBarElement)
    In This Topic
    Gets the element text tip.
    Syntax
    'Declaration
     
    
    Function GetTextTip( _
       ByVal pt As Point _
    ) As String
    'Usage
     
    
    Dim instance As IFpStatusBarElement
    Dim pt As Point
    Dim value As String
     
    value = instance.GetTextTip(pt)
    string GetTextTip( 
       Point pt
    )

    Parameters

    pt
    See Also