Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ZoomSliderStatusBarElement Class / GetTextTip Method
point of mouse


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

Parameters

pt
point of mouse
See Also