TreeNodeExtensions Class

Provides extension methods for the TreeNode class.

Definition

Namespace: KGySoft.WinForms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public static class TreeNodeExtensions
Inheritance
Object    TreeNodeExtensions

Methods

NextNodeDepth Gets the next node by depth search.
NextNodeDepthFromRoot Gets the next node by depth search, restricting the search to the children of the specified searchRoot.

See Also