IDTSExecuteProcess.WindowStyle Property

Definition

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the style of the window to run the process in.

public:
 property System::Diagnostics::ProcessWindowStyle WindowStyle { System::Diagnostics::ProcessWindowStyle get(); void set(System::Diagnostics::ProcessWindowStyle value); };
public System.Diagnostics.ProcessWindowStyle WindowStyle { get; set; }
member this.WindowStyle : System.Diagnostics.ProcessWindowStyle with get, set
Public Property WindowStyle As ProcessWindowStyle

Property Value

A ProcessWindowStyle enumeration value indicating how the window appears when the process runs.

Remarks

Valid values include Normal, Maximized, Minimized or Hidden. For more information, see ProcessWindowStyle Enumeration in the .NET Framework Class Library.

Applies to