IBrowserHostSetFocus Method  | 
Version 106.0.290 
            Set whether the browser is focused. (Used for Normal Rendering e.g. WinForms)
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxvoid SetFocus(
	bool focus
)
void SetFocus(
	bool focus
)
Parameters
- focus
 - Type: SystemBoolean
set focus 
See Also