Piccolo.NET

PNode.AddChildren Method (PNodeList)

Add a list of nodes to be children of this node.

public virtual void AddChildren(
   PNodeList nodes
);

Parameters

nodes
A list of nodes to be added to this node.

Remarks

If these nodes already have parents they will first be removed from those parents.

See Also

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


Web Accessibility