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.6.0
Syntax public bool SupressWindowAlerts { get; set; }
Property Value
Type:
BooleanSee Also