System.Windows.Forms.FormWindowState Enumeration

Specifies how a form window is displayed.

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public enum FormWindowState

Remarks

This enumeration is used by the System.Windows.Forms.Form class. It represents the different states of the form. The default state is Normal.

Members

Member NameDescription
Maximized

A maximized window.

Minimized

A minimized window.

Normal

A default sized window.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0