Click or drag to resize
Grid Solutions Framework

ProcessLauncherWindowStyle Property

Gets or sets window style to use when launching the process if creating a window.

Namespace: FileAdapters
Assembly: FileAdapters (in FileAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(typeof(ProcessWindowStyle), "Normal")]
public ProcessWindowStyle WindowStyle { get; set; }
View Source

Property Value

ProcessWindowStyle
See Also