ComponentOne TreeView for WinForms
GetNodeAtPoint Method

C1.Win.TreeView Namespace > C1TreeView Class : GetNodeAtPoint Method
Gets the node located at the specified point of client area.
Syntax
'Declaration
 
Public Function GetNodeAtPoint( _
   ByVal location As Point _
) As C1TreeNode
public C1TreeNode GetNodeAtPoint( 
   Point location
)

Parameters

location
See Also

Reference

C1TreeView Class
C1TreeView Members