Moves the tree node to the upper position in the node collection.

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

Syntax

C#
public void MoveUp()
Visual Basic (Declaration)
Public Sub MoveUp
Visual C++
public:
void MoveUp()

See Also