SettingsBlockedPopoutsThowError Property |
Specifies if an error is thrown when a popout is blocked by the browser (e.g. by opening it programmatically).
If false, the popout call will fail silently.
Default: true
Namespace:
Openfin.Desktop.PlatformAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public Nullable<bool> BlockedPopoutsThowError { get; set; }
Property Value
Type:
NullableBooleanSee Also