ChromiumWebBrowserFocused Property |
Version 92.0.260
Manually implement Focused because cef does not implement it.
Namespace:
CefSharp.WinForms
Assembly:
CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 92.0.260.0 (92.0.260.0)
Syntax public override bool Focused { get; }
public:
virtual property bool Focused {
bool get () override;
}
Property Value
Type:
Booleantrue if focused; otherwise,
false.
Remarks This is also how the Microsoft's WebBrowserControl implements the Focused property.
See Also