CefSettingsBaseChromeRuntime Property |
Version 101.0.180
**Experimental**
Set to true to enable use of the Chrome runtime in CEF. This feature is
considered experimental and is not recommended for most users at this time.
See issue https://bitbucket.org/chromiumembedded/cef/issues/2969/support-chrome-windows-with-cef-callbacks for details.
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 101.0.180.0
Syntax public bool ChromeRuntime { get; set; }
public:
property bool ChromeRuntime {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also