NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FormWindowState Enumeration

Specifies how a form window is displayed.

[Visual Basic]
Public Enum FormWindowState
[C#]
public enum FormWindowState
[C++]
public enum FormWindowState

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Remarks

This enumeration is used by the Form class.

Members

Member Name Description
Maximized A maximized window.
Minimized A minimized window.
Normal A default sized window.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace