IBrowserHostSendFocusEvent Method  | 
Version 87.1.132 
            Send a focus event to the browser. . (Used for OSR Rendering e.g. WPF or OffScreen)
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntaxvoid SendFocusEvent(
	bool setFocus
)
void SendFocusEvent(
	bool setFocus
)
Parameters
- setFocus
 - Type: SystemBoolean
set focus 
See Also