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