TreeNodeExtensions Class
Provides extension methods for the
TreeNode class.
Namespace: KGySoft.WinFormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public static class TreeNodeExtensions
<ExtensionAttribute>
Public NotInheritable Class TreeNodeExtensions
[ExtensionAttribute]
public ref class TreeNodeExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type TreeNodeExtensions = class end
- Inheritance
- Object TreeNodeExtensions
| 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.
|