Begins running a standard application message loop on the current thread, with an System.Windows.Forms.ApplicationContext.
- context
- An System.Windows.Forms.ApplicationContext in which the application is run.
The message loop runs until Application.Exit or Application.ExitThread is called or the Application.ThreadExit event is raised on the context object.