Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ZoomStatusBarElement Class / GetTextTip Method


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

Parameters

pt
See Also