Piccolo.NET

PSelectionEventHandler.AddSelectableParent Method 

Adds the specified node to the list of selectable parents.

public virtual void AddSelectableParent(
   PNode node
);

Parameters

node
The node to add.

Remarks

Only nodes whose parents are added to the selectable parents list will be selectable.

See Also

PSelectionEventHandler Class | UMD.HCIL.PiccoloX.Events Namespace