property CascadeTree.ViewItemFromPoint (X as OLE_XPOS_PIXELS, Y as OLE_YPOS_PIXELS, ppView as View, ColIndex as Long, HitTestInfo as HitTestInfoEnum)
as HITEM
Retrieves the view and item from the 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.
| |
| |
ppView as View |
A View object from the cursor.
| |
| |
ColIndex as Long |
A Long expression that specifies the index of the column from the cursor.
| |
| |
HitTestInfo as HitTestInfoEnum |
A HitTestInfoEnum expression that
indicates the hit test code.
| |
| |
HITEM |
A long expression that specifies the handle of the item from the cursor.
| |