Piccolo.NET

PSelectionEventHandler.IsSelectable Method 

Determines if the specified node is selectable (i.e., if it is a child of a node in the list of selectable parents).

protected virtual bool IsSelectable(
   PNode node
);

Parameters

node
The node to test.

Return Value

True if the node is selectable; otherwise, false.

See Also

PSelectionEventHandler Class | UMD.HCIL.PiccoloX.Events Namespace