Click or drag to resize
IFocusHandlerOnSetFocus Method
Version 51.0.0
Called when the browser component is requesting focus.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
bool OnSetFocus(
	CefFocusSource source
)

Parameters

source
Type: CefSharpCefFocusSource
Indicates where the focus request is originating from.

Return Value

Type: Boolean
Return false to allow the focus to be set or true to cancel setting the focus.
See Also