CefSettingsMultiThreadedMessageLoop Property |
Version 55.0.0
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: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 55.0.0.0
Syntax public bool MultiThreadedMessageLoop { get; set; }
public:
property bool MultiThreadedMessageLoop {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also