Piccolo.NET

PForm.Layered Property

Turn on layering for this form.

public virtual bool Layered {get; set;}

Remarks

This property must be set to true if you would like to use PXUtil.OffscreenGrab to grab partially obscurred controls. This uses transparency. So, for optimized performance, you may not want to do this.

See Also

PForm Class | UMD.HCIL.PiccoloX Namespace