Click or drag to resize

CefFocusHandlerOnTakeFocus Method

Called when the browser component is about to loose focus. For instance, if focus was on the last HTML element and the user pressed the TAB key. |next| 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.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual void OnTakeFocus(
	CefBrowser browser,
	bool next
)

Parameters

browser
Type: Internal.Xilium.CefGlueCefBrowser
next
Type: SystemBoolean
See Also