DefaultFocusHandlerOnGotFocus Method |
Version 55.0.0
Called when the browser component has received focus.
Namespace: CefSharp.WinForms.InternalsAssembly: CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 55.0.0.0 (55.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