Gets the first child tree node in the tree node collection.

Namespace:  AltaVim.WinForms
Assembly:  AltaVim.WinForms.ExtendedTreeView.NET20 (in AltaVim.WinForms.ExtendedTreeView.NET20)
Version: 5.5.0.0

Syntax

C#
public NodeBase FirstChildNode { get; }
Visual Basic (Declaration)
Public ReadOnly Property FirstChildNode As NodeBase
Visual C++
public:
property NodeBase^ FirstChildNode {
	NodeBase^ get ();
}

See Also