Piccolo.NET

PSelectionEventHandler.Select Method

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

Overload List

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

protected virtual void Select(ICollection);

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

protected virtual void Select(IDictionary);

Selects the given node, if it is not already selected, and posts a SELECTION_CHANGED_NOTIFICATION if the current selection has changed.

public virtual void Select(PNode);

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

public virtual void Select(PNodeList);

See Also

PSelectionEventHandler Class | UMD.HCIL.PiccoloX.Events Namespace