Piccolo.NET

PNodeFilter.AcceptChildrenOf Method 

Returns true if the filter should test the children of the given node for acceptance.

bool AcceptChildrenOf(
   PNode aNode
);

Parameters

aNode
The node whose children we must decide whether to test.

Return Value

True if the filter should test the children of the given node; otherwise, false.

See Also

PNodeFilter Interface | UMD.HCIL.Piccolo.Util Namespace