CefSettingsBaseChromeRuntime Property  | 
Version 93.1.111 
            **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: 93.1.111.0
Syntaxpublic bool ChromeRuntime { get; set; }public:
property bool ChromeRuntime {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also