ChromiumWebBrowserUseLegacyKeyboardHandler Method |
Version 86.0.240
Legacy keyboard handler uses WindowProc callback interceptor to forward keypress events
the the browser. Use this method to revert to the previous keyboard handling behaviour
Namespace:
CefSharp.Wpf
Assembly:
CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax public void UseLegacyKeyboardHandler()
public:
void UseLegacyKeyboardHandler()
See Also