Piccolo.NET

PSelectionEventHandler.Select Method (ICollection)

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

protected virtual void Select(
   ICollection items
);

Parameters

items
The collection of items to select.

Remarks

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

Note that the collection must only contain objects of type PNode.

See Also

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