ComponentOne Basic Library for WPF and Silverlight
GetNode(Point) Method


C1.Silverlight Namespace > C1TreeView Class : GetNode(Point) Method
The location.
Gets the nearest C1TreeViewItem to the specified location.
Syntax
'Declaration
 
Public Function GetNode( _
   ByVal position As System.Windows.Point _
) As C1TreeViewItem
'Usage
 
Dim instance As C1TreeView
Dim position As System.Windows.Point
Dim value As C1TreeViewItem
 
value = instance.GetNode(position)
public C1TreeViewItem GetNode( 
   System.Windows.Point position
)

Parameters

position
The location.

Return Value

The nearest C1TreeViewItem.
See Also

Reference

C1TreeView Class
C1TreeView Members