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.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected virtual void OnTakeFocus(
CefBrowser browser,
bool next
)
Parameters
- browser CefBrowser
-
- next Boolean
-
See Also