August 2003
Intermediate to advanced
928 pages
32h 1m
English
ProcessWindowStyle
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 }
System.Object
→
System.ValueType
→
System.Enum(System.IComparable, System.IFormattable,
System.IConvertible)
→
ProcessWindowStyle
ProcessStartInfo.WindowStyle
ProcessStartInfo.WindowStyle