Click or drag to resize

PlatformWindowOptionsAutoShow Property

The AutoShow property represents a flag to automatically show the Window when it is created.

Default: false

Namespace:  Openfin.Desktop.PlatformAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public Nullable<bool> AutoShow { get; set; }

Property Value

Type: NullableBoolean
The AutoShow property gets/sets the value of the underlying JObject field, "autoShow".
See Also