FormWindowState
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies how a form window is displayed.
- C#
- VB.NET
public enum FormWindowState : Enum
Public Enum FormWindowState As [Enum]
Fields
| Name | Description |
|---|---|
| Maximized | A maximized window. |
| Minimized | A minimized window. |
| Normal | A default sized window. |
Used By
| Name | Description |
|---|---|
| CommonDialog.WindowState | Returns or sets the initial WindowState of the common dialog. |
| Form.WindowState | Returns or sets a value that indicates whether form is minimized, maximized, or normal. |