Name

ProcessWindowStyle

Synopsis

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
End Enum

Hierarchy

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

Returned By

ProcessStartInfo.WindowStyle

Passed To

ProcessStartInfo.WindowStyle

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.