Click or drag to resize

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.4.0
Syntax
C#
public bool Minimizable { get; set; }

Property Value

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