| ChromiumWebBrowserFocusHandler Property  | 
Version 118.6.80  
    Namespace: 
   CefSharp.OffScreen
    Assembly:
   CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxpublic IFocusHandler FocusHandler { get; set; }public:
virtual property IFocusHandler^ FocusHandler {
	IFocusHandler^ get () sealed;
	void set (IFocusHandler^ value) sealed;
}Property Value
Type: 
IFocusHandlerThe focus handler.
Implements
IWebBrowserFocusHandler Remarks
RemarksIf you need customized focus handling behavior for WinForms, the suggested
            best practice would be to inherit from DefaultFocusHandler and try to avoid
            needing to override the logic in OnGotFocus. The implementation in
            DefaultFocusHandler relies on very detailed behavior of how WinForms and
            Windows interact during window activation.
 See Also
See Also