IWebBrowserFocusHandler Property |
Version 130.1.90
Implement
IFocusHandler and assign to handle events related to the browser component's focus
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax IFocusHandler FocusHandler { get; set; }
property IFocusHandler^ FocusHandler {
IFocusHandler^ get ();
void set (IFocusHandler^ value);
}
Property Value
IFocusHandlerThe focus handler.
See Also