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