Click or drag to resize
IBrowserHost.SetFocus Method
Version 51.0.0
Set whether the browser is focused. (Used for Normal Rendering e.g. WinForms)

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
void SetFocus(
	bool focus
)

Parameters

focus
Type: System.Boolean
set focus
See Also