Click or drag to resize

WindowOptionsAutoShow Property

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

Default: false

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

Property Value

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