Click or drag to resize

CefSettingsBaseMultiThreadedMessageLoop Property

Version 86.0.240
Set to true to have the browser process message loop run in a separate thread. If false than 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: 86.0.240.0
Syntax
public bool MultiThreadedMessageLoop { get; set; }

Property Value

Type: Boolean
See Also