WindowOptionsMinimizable Property |
The Minimizable property represents a flag that lets the window be minimized.
Default: true
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
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