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.5.1
Syntax 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