FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpStatusBarTextElement Class / GetTextTip Method


In This Topic
GetTextTip Method (FpStatusBarTextElement)
In This Topic
Returns the text tip when the mouse moves over the element.
Syntax
'Declaration
 
Public Overrides Function GetTextTip( _
   ByVal pt As Point _
) As String
 
'Usage
 
Dim instance As FpStatusBarTextElement
Dim pt As Point
Dim value As String
 
value = instance.GetTextTip(pt)

Parameters

pt
See Also