Click or drag to resize

IWebBrowserFocusHandler Property

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

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

Property Value

Type: IFocusHandler
The focus handler.
See Also