GetTextTip Method
GetTextTip(Point)
Gets the element text tip.
Declaration
string GetTextTip(Point pt)
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.
|