ctlUniListView.HitTest FunctionReturns a reference to the ListItem object or Node object located at the coordinates of x and y. Used with drag and drop operations.- Syntax
Public Function HitTest (ByVal x As Single, _
ByVal y As Single, _ Optional ByVal bFromDragEvent As Boolean = False) As clsUniLV_ListItem - Parameters
|