IFocusHandlerOnSetFocus Method |
Version 55.0.0
Called when the browser component is requesting focus.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax bool OnSetFocus(
CefFocusSource source
)
bool OnSetFocus(
CefFocusSource source
)
Parameters
- source
- Type: CefSharpCefFocusSource
Indicates where the focus request is originating from.
Return Value
Type:
BooleanReturn false to allow the focus to be set or true to cancel setting the focus.
See Also