Piccolo.NET

PSelectionEventHandler.Select Method (PNodeList)

Selects each node in the list, if the node is not already selected.

public virtual void Select(
   PNodeList items
);

Parameters

items
The list of items to select.

Remarks

This method will decorate the nodes in the list with handles and post a SELECTION_CHANGED_NOTIFICATION if the selection has changed.

See Also

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