ChromiumWidgetNativeWindowOnWndProc Method |
Version 130.1.90
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.ExperimentalAssembly: CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public void OnWndProc(
Func<Message, bool> wndProcHandler
)
public:
void OnWndProc(
Func<Message, bool>^ wndProcHandler
)
Parameters
- wndProcHandler FuncMessage, Boolean
- Func to be used to intercept messages, null to clear an existing function.
See Also