Click or drag to resize

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

Property Value

Type: NullableBoolean
See Also