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
When you add, remove, or clone a node, all child nodes are added, removed, or cloned along with their root.
Namespace: System.WinForms
Assembly: System.WinForms.dll