NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TreeNode Class

Implements a node of a TreeView.

Object
   MarshalByRefObject
      TreeNode

[Visual Basic]
Public Class TreeNode
   Inherits MarshalByRefObject
   Implements ICloneable
[C#]
public class TreeNode : MarshalByRefObject, ICloneable
[C++]
public __gc class TreeNode : public MarshalByRefObject, ICloneable
[JScript]
public class TreeNode extends MarshalByRefObject, ICloneable

Remarks

When you add, remove, or clone a node, all child nodes are added, removed, or cloned along with their root.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

TreeNode Members | System.WinForms Namespace