Unicode Controls & Classes for VB6 - Version 4
ucTreeView
.HitTest Function
Checks at given coordinates for a node
Syntax
Public Function HitTest (ByVal
x
As Long, _
ByVal
y
As Long, _
Optional ByVal
FullRowHit
As Boolean = True) As Long
Parameters
Parameter
Description
ByVal
x
As Long
The X coordinate
ByVal
y
As Long
The Y coordinate
Optional ByVal
FullRowHit
As Boolean = True
True for checking the fullrow, False otherwise
Remarks