PlatformWindowOptionsMinimizable Property |
The Minimizable property represents a flag that lets the window be minimized.
Default: true
Namespace:
Openfin.Desktop.PlatformAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public bool Minimizable { get; set; }
Property Value
Type:
Boolean
The Minimizable property gets/sets the value of the
underlying JObject field, "minimizable".
See Also