Piccolo.NET

PForm.canvas_KeyDown Method 

Exits full screen mode when the escape key is pressed.

protected virtual void canvas_KeyDown(
   object sender,
   KeyEventArgs e
);

Parameters

sender
The source of the KeyEvent.
e
A KeyEventArgs that contains the event data.

See Also

PForm Class | UMD.HCIL.PiccoloX Namespace