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