TClrProcessStartInfo.WindowStyle Property

Gets or sets the window state to use when the process is started.

Namespace: CNClrLib.Component.Process
published
 property WindowStyle: TProcessWindowStyle read GetWindowStyle write SetWindowStyle default TProcessWindowStyle.pwsNormal;

Property Value

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.