[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpBaseStatusBarElement.GetTextTip

GetTextTip Method

GetTextTip(Point)

Returns the text tip when the mouse moves over the element.

Declaration
public virtual string GetTextTip(Point pt)
Public Overridable Function GetTextTip(pt As Point) As String
Parameters
Type Name Description
Point pt

point of mouse

Returns
Type Description
string

The text tip when the mouse moves over the element.

Implements