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.
Member Name | Description |
---|---|
Maximized | Show the window maximized. |
Minimized | Show the window minimized. |
Normal | Show the window in a default location. |
Namespace: System.Diagnostics
Assembly: System.Diagnostics.dll