property Button.AnchorFromPoint (X as OLE_XPOS_PIXELS, Y as OLE_YPOS_PIXELS) as String
Retrieves the identifier of the anchor from point.

TypeDescription
X as OLE_XPOS_PIXELS A single that specifies the current X location of the mouse pointer. The x values is always expressed in client coordinates.
Y as OLE_YPOS_PIXELS A single that specifies the current Y location of the mouse pointer. The y values is always expressed in client coordinates.
String A String expression that specifies the identifier (id) of the anchor element from the point, or empty string if there is no anchor element at the cursor.
Use the AnchorFromPoint property to determine the identifier of the anchor from the point.  Use the <a id;tooltip> anchor elements to add hyperlinks to cell's caption. The tooltip is shown when the cursor hovers an anchor element with a tooltip parameter. The control fires the AnchorClick event  when the user clicks an anchor element.  The MouseMove event is generated continually as the mouse pointer moves across the control.