Gets the node in the TreeListView at the specified index.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.HierarchicalData.Controls (in DlhSoft.HierarchicalData.Controls.dll)

Syntax

C#
public Node GetNodeAt(
	int index
)
Visual Basic (Declaration)
Public Function GetNodeAt ( _
	index As Integer _
) As Node

Parameters

index
Type: System..::.Int32
The zero-based index of the node to be get.

Return Value

The node in the hierarchy at the specified index.

See Also