Click or drag to resize

IChromiumWebBrowserBaseFocus Method

Version 102.0.100
Attempts to give focus to the IWebBrowser control.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
bool Focus()

Return Value

Type: Boolean
true if keyboard focus and logical focus were set to this element; false if only logical focus was set to this element, or if the call to this method did not force the focus to change.
See Also