Click or drag to resize

ChromiumWebBrowserFocusHandler Property

Version 75.1.140
Implement IFocusHandler and assign to handle events related to the browser component's focus

Namespace:  CefSharp.Wpf
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
public IFocusHandler FocusHandler { get; set; }

Property Value

Type: IFocusHandler
The focus handler.

Implements

IWebBrowserFocusHandler
See Also