ShutdownMode Enumeration
.NET Framework (current version)
Indicates which condition should cause a Windows Forms application to shut down.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
| Member name | Description | |
|---|---|---|
| AfterAllFormsClose | Shut down only after the last form closes. | |
| AfterMainFormCloses | Shut down when the main form closes. |
You can set the shutdown mode for an application through the ShutdownStyle property. By default, the OnMainFormClosed method checks the value of the ShutdownStyle property to determine if the application should shut down.
.NET Framework
Available since 2.0
Available since 2.0
Show: