Click or drag to resize

ChromiumWebBrowserUseParentFormMessageInterceptor Property

Version 71.0.0
ParentFormMessageInterceptor hooks the Form handle and forwards the move/active messages to the browser, the default is true and should only be required when using [!:CefSettings.MultiThreadedMessageLoop] set to true.

Namespace:  CefSharp.WinForms
Assembly:  CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 71.0.0.0 (71.0.0.0)
Syntax
public bool UseParentFormMessageInterceptor { get; set; }

Property Value

Type: Boolean
See Also