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