Piccolo.NET

PSelectionEventHandler.Select Method (IDictionary)

Selects each node used as a key in the dictionary, if the node is not already selected.

protected virtual void Select(
   IDictionary items
);

Parameters

items
The dictionary whose keys will be selected.

Remarks

This method will decorate the nodes used as keys with handles and post a SELECTION_CHANGED_NOTIFICATION if the selection has changed.

Note that the keys in the dictionary must be objects of type PNode.

See Also

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