Returns the number of child tree nodes.

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

Syntax

C#
public int GetNodeCount(
	bool includeSubTrees
)
Visual Basic (Declaration)
Public Function GetNodeCount ( _
	includeSubTrees As Boolean _
) As Integer
Visual C++
public:
int GetNodeCount(
	bool includeSubTrees
)

Parameters

includeSubTrees
Type: System..::.Boolean
true if the resulting count includes all tree nodes indirectly rooted at this tree node; otherwise, false.

Return Value

The number of child tree nodes assigned to the NodeBase..::.Nodes collection.

See Also