Piccolo.NET

PSelectionEventHandler.IsSelected Method 

Returns true if the specified node is currently selected and false otherwise.

public virtual bool IsSelected(
   PNode node
);

Parameters

node
The node to test.

Return Value

True if the node is selected; otherwise, false.

See Also

PSelectionEventHandler Class | UMD.HCIL.PiccoloX.Events Namespace