Click or drag to resize

CefFocusHandlerOnSetFocus Method

Called when the browser component is requesting focus. |source| indicates where the focus request is originating from. Return false to allow the focus to be set or true to cancel setting the focus.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual bool OnSetFocus(
	CefBrowser browser,
	CefFocusSource source
)

Parameters

browser  CefBrowser
 
source  CefFocusSource
 

Return Value

Boolean
See Also