CefSettingsBaseMultiThreadedMessageLoop Property  | 
Version 106.0.290 
            Set to true to have the browser process message loop run in a separate thread. If false then the CefDoMessageLoopWork()
            function must be called from your application message loop. This option is only supported on Windows. The default value is
            true.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 106.0.290.0
Syntaxpublic bool MultiThreadedMessageLoop { get; set; }public:
property bool MultiThreadedMessageLoop {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also