Piccolo.NET

PControl Constructor (Control)

Constructs a new PControl, wrapping the given System.Windows.Forms.Control.

public PControl(
   Control control
);

Parameters

control
The control to wrap.

Remarks

This constructor will set the current canvas to PCanvas.CURRENT_PCANVAS.

See Also

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