PlatformWindowOptionsSaveWindowState Property |
The SaveWindowState property defines whether or not a window
should maintain a persistent cache of its position/size.
Default: true
Namespace:
Openfin.Desktop.PlatformAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public bool SaveWindowState { get; set; }
Property Value
Type:
Boolean
The SaveWindowState property gets/sets the value of the
underlying JObject field, "saveWindowState".
See Also