SettingsClosePopoutsOnUnload Property |
Specifies if all popouts should be closed when the page that created them is closed. Popouts don't have a
strong dependency on their parent and can exist on their own, but can be quite annoying to close by hand.In
addition, any changes made to popouts won't be stored after the parent is closed.
Default: true
Namespace:
Openfin.Desktop.PlatformAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public Nullable<bool> ClosePopoutsOnUnload { get; set; }
Property Value
Type:
NullableBooleanSee Also