Click or drag to resize

WindowOptionsSaveWindowState Property

The SaveWindowState property defines whether or not a window should maintain a persistent cache of its position/size.

Default: true

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

Property Value

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