IDTSExecuteProcess.WindowStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.