Click or drag to resize

ApplicationOptionsSupressWindowAlerts Property

Determines if Alert boxes from any window within the application are suppresed, if supressed you will need to handle WindowAlertRequested events to obtain the information.

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

Property Value

Type: Boolean
See Also