SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/NET 2.0 - Tree Control
Determines the file/folder at the given cursor coordinates.
| VB.NET | refFolderObj = object.HitTestPix(ByVal xPosPix As OLE_XPOS_PIXELS, ByVal yPosPix As OLE_YPOS_PIXELS) As SftDirectoryFolder |
| VB | refFolderObj = object.HitTestPix(ByVal xPosPix As OLE_XPOS_PIXELS, ByVal yPosPix As OLE_YPOS_PIXELS) As SftDirectoryFolder |
| C#.NET | SftDirectoryFolder refFolderObj = object.HitTestPix(OLE_XPOS_PIXELS xPosPix, OLE_YPOS_PIXELS yPosPix); |
| VC++ | ISftDirectoryFolder* refFolderObj = object->HitTestPix(OLE_XPOS_PIXELS xPosPix, OLE_YPOS_PIXELS yPosPix); |
| C | HRESULT object->raw_HitTestPix(OLE_XPOS_PIXELS xPosPix, OLE_YPOS_PIXELS yPosPix, ISftDirectoryFolder** refFolderObj); |
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.
The HitTestPix method determines the file/folder at the given cursor coordinates.
See Also SftDirectory Object | Object Hierarchy
