property TreeCube.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 expression that indicates the X position in client coordinate
Y as OLE_YPOS_PIXELS A single expression that indicates the Y position in client coordinate
String A String expression that determines the anchor-identifier from the cursor.
The AnchorFromPoint property retrieves the identifier of the anchor from point. The FaceFromPoint property retrieves the face of the cube from the cursor. The CaptionFromPoint property retrieves the caption from the point, into a face of exFaceTree type. The ValueFromPoint property retrieves the value from the point, into a face of exFaceTree type. The ColumnFromPoint property retrieves the column from the point, into a face of exFaceTree type. The ItemFromPoint property retrieves the item from the point, into a face of exFaceTree type. The ValueFromPoint property retrieves the date/value from the point, into a face of exFaceCalendar type. The DateFromPoint property retrieves the date/value from the point, into a face of exFaceCalendar type.