TClrProcessStartInfo.WindowStyle Property
Gets or sets the window state to use when the process is started.
published property WindowStyle: TProcessWindowStyle read GetWindowStyle write SetWindowStyle default TProcessWindowStyle.pwsNormal;
Property Value
Type: TProcessWindowStyle
One of the enumeration values that indicates whether the process is started in a window that is maximized, minimized, normal (neither maximized nor minimized), or not visible. The default is Normal.