Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectory.HitTestPix Method

Determines the file/folder at the given cursor coordinates.

Syntax

VB.NETrefFolderObj = object.HitTestPix(ByVal xPosPix As OLE_XPOS_PIXELS, ByVal yPosPix As OLE_YPOS_PIXELS) As SftDirectoryFolder
VBrefFolderObj = object.HitTestPix(ByVal xPosPix As OLE_XPOS_PIXELS, ByVal yPosPix As OLE_YPOS_PIXELS) As SftDirectoryFolder
C#.NETSftDirectoryFolder refFolderObj = object.HitTestPix(OLE_XPOS_PIXELS xPosPix, OLE_YPOS_PIXELS yPosPix);
VC++ISftDirectoryFolder* refFolderObj = object->HitTestPix(OLE_XPOS_PIXELS xPosPix, OLE_YPOS_PIXELS yPosPix);
CHRESULT object->raw_HitTestPix(OLE_XPOS_PIXELS xPosPix, OLE_YPOS_PIXELS yPosPix, ISftDirectoryFolder** refFolderObj);

object

A SftDirectory object.

xPosPix

The x coordinate to be tested, in pixels.

yPosPix

The y coordinate to be tested, in pixels.

refFolderObj

Returns the SftDirectoryFolder object located at the specified coordinates. If no folder is located at the coordinates, Nothing (NULL) is returned.

Comments

The HitTestPix method determines the file/folder at the given cursor coordinates.

See Also SftDirectory Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.