This document is archived and information here might be outdated. Recommended version. |
The tooltip at the specified point.
[Visual Basic .NET] Public Function HTMLTipText ( _ ByVal pPoint As IPoint, _ ByVal Tolerance As Double _ ) As String
[C#] public string HTMLTipText ( IPoint pPoint, double Tolerance );
[C++]
HRESULT HTMLTipText(
IPoint* pPoint,
double Tolerance
);
[C++] Parameters pPoint [in]
pPoint is a parameter of type IPoint* Tolerance [in]
Tolerance is a parameter of type double