Piccolo.NET

PNode.RemoveChild Method (Int32)

Remove the child at the specified position from this node's children.

public virtual PNode RemoveChild(
   int index
);

Parameters

index
The index of the child to remove.

Return Value

The removed child.

Remarks

Any subsequent children are shifted to the left (one is subtracted from their indices). The removed child’s parent is set to null.

See Also

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


Web Accessibility