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!

ProcessStartInfo.WindowStyle

Sets or returns the style of window that should be used for the newly created process.

[Visual Basic]
Public Property WindowStyle As ProcessWindowStyle
[C#]
public ProcessWindowStyle WindowStyle {get; set;}
[C++]
public: __property ProcessWindowStyle get_WindowStyle();
public: __property void set_WindowStyle(ProcessWindowStyle);
[JScript]
public function get WindowStyle() : ProcessWindowStyle;
public function set WindowStyle(ProcessWindowStyle);

See Also

ProcessStartInfo Class | ProcessStartInfo Members | System.Diagnostics Namespace