ExternalWindowAckResultPreventAutomaticSend Property |
Prevents send() from being called directly after invocation of an ExternalWindow method.
If prevented send() must be called explicitly otherwise it will be called on Dispose().
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public bool PreventAutomaticSend { get; set; }
Property Value
Type:
BooleanSee Also