IBrowserHostSendFocusEvent Method |
Version 55.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: 55.0.0.0 (55.0.0.0)
Syntax void SendFocusEvent(
bool setFocus
)
void SendFocusEvent(
bool setFocus
)
Parameters
- setFocus
- Type: SystemBoolean
set focus
See Also