Piccolo.NET

PSelectionEventHandler.InternalUnselect Method 

Unselects the given node, if it is currently selected.

protected virtual bool InternalUnselect(
   PNode node
);

Parameters

node
The node to unselect.

Return Value

True if the node was unselected; otherwise, false.

Remarks

The handles will be removed from the node if it is unselected.

See Also

PSelectionEventHandler Class | UMD.HCIL.PiccoloX.Events Namespace