CefSharpSettingsShutdownOnExit Property |
Version 98.1.210
For the WinForms and WPF instances of ChromiumWebBrowser the relevant Application Exit event
is hooked and Cef.Shutdown() called by default. Set this to false to disable this behaviour.
This value needs to be set before the first instance of ChromiumWebBrowser is created as
the event handlers are hooked in the static constructor for the ChromiumWebBrowser class
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax public static bool ShutdownOnExit { get; set; }
public:
static property bool ShutdownOnExit {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also