FormWindowState Enumeration
.NET Framework (current version)
Specifies how a form window is displayed.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Maximized | A maximized window. | |
| Minimized | A minimized window. | |
| Normal | A default sized window. |
This enumeration is used by the Form class. It represents the different states of the form. The default state is Normal.
.NET Framework
Available since 1.1
Available since 1.1
Show: