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