CefEnableWaitForBrowsersToClose Method |
Version 130.1.90
WaitForBrowsersToClose is not enabled by default, call this method
before Cef.Initialize to enable. If you aren't calling Cef.Initialize
explicitly then this should be called before creating your first
ChromiumWebBrowser instance.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public static void EnableWaitForBrowsersToClose()
public:
static void EnableWaitForBrowsersToClose()
See Also