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