ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TreeView Class / GetNode(Point) Method
The location.



In This Topic
    GetNode(Point) Method
    In This Topic
    Gets the nearest C1TreeViewItem to the specified location.
    Syntax
    'Declaration
     
    
    Public Function GetNode( _
       ByVal position As Point _
    ) As C1TreeViewItem
    'Usage
     
    
    Dim instance As C1TreeView
    Dim position As Point
    Dim value As C1TreeViewItem
     
    value = instance.GetNode(position)
    public C1TreeViewItem GetNode( 
       Point position
    )
    public:
    C1TreeViewItem^ GetNode( 
       Point position
    ) 

    Parameters

    position
    The location.

    Return Value

    The nearest C1TreeViewItem.
    See Also