Piccolo.NET

PNode.FullPick Method 

Try to pick this node and all of its descendents.

public virtual bool FullPick(
   PPickPath pickPath
);

Parameters

pickPath
The pick path to add the node to if its picked.

Return Value

True if this node or one of its descendents was picked; else false.

Remarks

Notes to Inheritors: Most subclasses should not need to override this method. Instead they should override Pick or PickAfterChildren.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace


Web Accessibility