Gets the parent node table

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

Syntax

C#
public NodeTable ParentTable { get; }
Visual Basic (Declaration)
Public ReadOnly Property ParentTable As NodeTable
Visual C++
public:
property NodeTable^ ParentTable {
	NodeTable^ get ();
}

See Also