ChromiumWebBrowserUseLegacyKeyboardHandler Method |
Version 130.1.90
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.WpfAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public void UseLegacyKeyboardHandler()
public:
void UseLegacyKeyboardHandler()
See Also