CefSettingsMultiThreadedMessageLoop Property |
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.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool MultiThreadedMessageLoop { get; set; }Property Value
Boolean
See Also