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