IBrowserHostSendFocusEvent Method |
Version 130.1.90
Send a focus event to the browser. . (Used for OSR Rendering e.g. WPF or OffScreen)
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void SendFocusEvent(
bool setFocus
)
void SendFocusEvent(
bool setFocus
)
Parameters
- setFocus Boolean
- set focus
See Also