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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual bool OnSetFocus(
	CefBrowser browser,
	CefFocusSource source
)

Parameters

browser
Type: Internal.Xilium.CefGlueCefBrowser
source
Type: Internal.Xilium.CefGlueCefFocusSource

Return Value

Type: Boolean
See Also