CefSharpSettingsSubprocessExitIfParentProcessClosed Property |
Version 71.0.0
CefSharp.BrowserSubprocess will monitor the parent process and exit if the parent process closes
before the subprocess. This currently defaults to false.
See https://github.com/cefsharp/CefSharp/issues/2359 for more information.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 71.0.0.0 (71.0.0.0)
Syntax public static bool SubprocessExitIfParentProcessClosed { get; set; }
public:
static property bool SubprocessExitIfParentProcessClosed {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also