Piccolo.NET

PNode.AddChild Method (PNode)

Add a node to be a new child of this node.

public virtual void AddChild(
   PNode child
);

Parameters

child
The new child to add to this node.

Remarks

The new node is added to the end of the list of this node's children. If child was previously a child of another node, it is removed from that node first.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace | PNode.AddChild Overload List


Web Accessibility