Click or drag to resize
ChromiumWebBrowserFocusHandler Property
Version 51.0.0
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: 51.0.0.0 (51.0.0.0)
Syntax
public IFocusHandler FocusHandler { get; set; }

Property Value

Type: IFocusHandler
The focus handler.

Implements

IWebBrowserFocusHandler
See Also