Click or drag to resize
DefaultFocusHandlerOnGotFocus Method
Version 51.0.0
Called when the browser component has received focus.

Namespace: CefSharp.WinForms.Internals
Assembly: CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
Remarks
Try to avoid needing to override this logic in a subclass. The implementation in DefaultFocusHandler relies on very detailed behavior of how WinForms and Windows interact during window activation.
See Also