Click or drag to resize

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.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool MultiThreadedMessageLoop { get; set; }

Property Value

Type: Boolean
See Also