TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / GetNodeAtPoint Method

In This Topic
    GetNodeAtPoint Method (C1TreeView)
    In This Topic
    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