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);
ProcessStartInfo Class | ProcessStartInfo Members | System.Diagnostics Namespace