FindNodeUnderPoint Method

Object List Next Object

Defined By:
TreeView

Description:

Find the node which is under the specified coordinates.

Declaration:

Function FindNodeUnderPoint(ByVal x As Single, ByVal y As Single) As Node

Details:

FindNodeUnderPoint will return the node that is under the point specified by the x,y coordinates.