IFocusHandlerOnTakeFocus Method |
Version 51.0.0
Called when the browser component is about to lose focus.
For instance, if focus was on the last HTML element and the user pressed the TAB key.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax void OnTakeFocus(
bool next
)
void OnTakeFocus(
bool next
)
Parameters
- next
- Type: SystemBoolean
Will be true if the browser is giving focus to the next component
and false if the browser is giving focus to the previous component.
See Also