ChromiumWebBrowserFocusHandler Property |
Version 71.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: 71.0.0.0 (71.0.0.0)
Syntax public IFocusHandler FocusHandler { get; set; }
public:
virtual property IFocusHandler^ FocusHandler {
IFocusHandler^ get () sealed;
void set (IFocusHandler^ value) sealed;
}
Property Value
Type:
IFocusHandlerThe focus handler.
Implements
IWebBrowserFocusHandlerSee Also