property CascadeTree.AnchorFromPoint (X as OLE_XPOS_PIXELS, Y as OLE_YPOS_PIXELS)
as String
Retrieves the identifier of the anchor from point.
| | Type | Description | |
| |
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.
| |