Click or drag to resize
DefaultFocusHandlerOnTakeFocus 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: CefSharp.WinForms.Internals
Assembly: CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
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