Click or drag to resize

ChromiumWebBrowserFocused Property

Version 85.3.121
Manually implement Focused because cef does not implement it.

Namespace:  CefSharp.WinForms
Assembly:  CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax
public override bool Focused { get; }

Property Value

Type: Boolean
true if focused; otherwise, false.
Remarks
This is also how the Microsoft's WebBrowserControl implements the Focused property.
See Also