Click or drag to resize

ChromiumWebBrowserFocusHandler Property

Version 73.1.130
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: 73.1.130.0 (73.1.130.0)
Syntax
public IFocusHandler FocusHandler { get; set; }

Property Value

Type: IFocusHandler
The focus handler.

Implements

IWebBrowserFocusHandler
See Also