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!

ProcessWindowStyle Enumeration

A set of values indicating how the window should appear when starting a process.

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

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

Members

Member Name Description
Maximized Show the window maximized.
Minimized Show the window minimized.
Normal Show the window in a default location.

Requirements

Namespace: System.Diagnostics

Assembly: System.Diagnostics.dll

See Also

System.Diagnostics Namespace