Gets the collection of tree objects assigned to the current tree node.
Namespace:
AltaVim.WinFormsAssembly: AltaVim.WinForms.ExtendedTreeView.NET20 (in AltaVim.WinForms.ExtendedTreeView.NET20)
Version: 5.5.0.0
Syntax
| C# |
|---|
public NodeObjectCollection Objects { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Objects As NodeObjectCollection |
| Visual C++ |
|---|
public: property NodeObjectCollection^ Objects { NodeObjectCollection^ get (); } |