Gets the nearest C1TreeViewItem to the specified location.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public C1TreeViewItem GetNode(
	Point position
)
Visual Basic
Public Function GetNode ( _
	position As Point _
) As C1TreeViewItem

Parameters

position
Type: System.Windows..::..Point
The location.

Return Value

The nearest C1TreeViewItem.

See Also