Adds the specified node to the end of the list of child nodes, of this node
Namespace:
AltaVim.WinFormsAssembly: AltaVim.WinForms.ExtendedTreeView.NET20 (in AltaVim.WinForms.ExtendedTreeView.NET20)
Version: 5.5.0.0
Syntax
| C# |
|---|
public void AppendChild( NodeBase node ) |
| Visual Basic (Declaration) |
|---|
Public Sub AppendChild ( _ node As NodeBase _ ) |
| Visual C++ |
|---|
public: void AppendChild( NodeBase^ node ) |
Parameters
- node
- Type: AltaVim.WinForms..::.NodeBase