Piccolo.NET

PSelectionEventHandler.Unselect Method (PNode)

Unselects the given node, if it is currently selected, and posts a SELECTION_CHANGED_NOTIFICATION if the current selection has changed.

public virtual void Unselect(
   PNode node
);

Parameters

node
The node to unselect.

Remarks

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

See Also

PSelectionEventHandler Class | UMD.HCIL.PiccoloX.Events Namespace | PSelectionEventHandler.Unselect Overload List