| ChromiumWidgetNativeWindowOnWndProc Method  | 
Version 118.6.80 
            Register a Func which is used to intercept 
WndProc(Message)
            calls. 
wndProcHandler should return true if the message
            was handled, otherwise false.
            
 
    Namespace: 
   CefSharp.WinForms.Experimental
    Assembly:
   CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxpublic void OnWndProc(
	Func<Message, bool> wndProcHandler
)
public:
void OnWndProc(
	Func<Message, bool>^ wndProcHandler
)
Parameters
- wndProcHandler
- Type: SystemFuncMessage, Boolean
 Func to be used to intercept messages, null to clear an existing function.
 See Also
See Also