ShutdownMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates which condition should cause a Windows Forms application to shut down.
public enum class ShutdownMode
public enum ShutdownMode
type ShutdownMode =
Public Enum ShutdownMode
- Inheritance
Fields
Name | Value | Description |
---|---|---|
AfterMainFormCloses | 0 | Shut down when the main form closes. |
AfterAllFormsClose | 1 | Shut down only after the last form closes. |
Remarks
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.
Applies to
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.