Piccolo.NET

PControl Constructor (Control, PCanvas)

Constructs a new PControl, wrapping the given System.Windows.Forms.Control and setting the current canvas to the given canvas.

public PControl(
   Control control,
   PCanvas currentCanvas
);

Parameters

control
The control to wrap.
currentCanvas
The canvas to add the control to when Editing is turned on.

See Also

PControl Class | UMD.HCIL.PiccoloX.Nodes Namespace | PControl Constructor Overload List