property Thumbnail.ThumbnailFromPoint (X as OLE_XPOS_PIXELS, Y as OLE_YPOS_PIXELS) as Variant
Retrieves the thumbnail 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 X location of the mouse pointer. The x values is always expressed in client coordinates.
Variant A String expression that specifies the full name of the file from the specified location.
The ThumbnailFromPoint(-1,-1) property returns the full name of the file from the current cursor location. The Select property selects programmatically a file by its name or full name.