Piccolo.NET

PForm Class

PForm is meant to be subclassed by applications that just need a PCanvas in a Form.

For a list of all members of this type, see PForm Members.

System.Object
   MarshalByRefObject
      Component
         Control
            ScrollableControl
               ContainerControl
                  Form
                     PForm

public class PForm : Form

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

PForm also provides full screen mode functionality.

Notes to Inheritors: Subclasses should override the Initialize method and start adding their own code there. Look in the UMD.HCIL.PiccoloExamples package to see some uses of PForm.

Requirements

Namespace: UMD.HCIL.PiccoloX

Assembly: UMD.HCIL.PiccoloX (in UMD.HCIL.PiccoloX.dll)

See Also

PForm Members | UMD.HCIL.PiccoloX Namespace