| ChromiumWebBrowserUseParentFormMessageInterceptor Property  | 
Version 94.4.20 
            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 
MultiThreadedMessageLoop
            set to true.
            
 
    Namespace: 
   CefSharp.WinForms
    Assembly:
   CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 94.4.20.0 (94.4.20.0)
 Syntax
Syntaxpublic bool UseParentFormMessageInterceptor { get; set; }public:
property bool UseParentFormMessageInterceptor {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean See Also
See Also