DefaultFocusHandlerOnTakeFocus Method |
Version 63.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: CefSharp.WinForms.InternalsAssembly: CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax public virtual void OnTakeFocus(
bool next
)
public:
virtual 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.
Implements
IFocusHandlerOnTakeFocus(Boolean)See Also