Piccolo.NET

PNode.IsAncestorOf Method 

Return true if this node is an ancestor of the parameter node.

public virtual bool IsAncestorOf(
   PNode node
);

Parameters

node
A possible descendent node.

Return Value

True if this node is an ancestor of the given node; else false.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace


Web Accessibility