Click or drag to resize

ApplicationQuit Method

Quits the application

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void Quit()
Remarks
This will call the Terminating event before terminating the application.
See Also