DekGenius.com
[ Team LiB ] Previous Section Next Section

ProcessWindowStyleserializable

System.Diagnostics (system.dll)enum

This enumeration contains the window states you can choose from when starting a Process.

public enum ProcessWindowStyle {
   Normal = 0,
   Hidden = 1,
   Minimized = 2,
   Maximized = 3
}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) ProcessWindowStyle

Returned By

ProcessStartInfo.WindowStyle

Passed To

ProcessStartInfo.WindowStyle

    [ Team LiB ] Previous Section Next Section