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