ChromiumWebBrowserActivateBrowserOnCreation Property  | 
Version 93.1.111 
            Activates browser upon creation, the default value is false. Prior to version 73
            the default behaviour was to activate browser on creation (Equivalent of setting this property to true).
            To restore this behaviour set this value to true immediately after you create the 
ChromiumWebBrowser instance.
            https://bitbucket.org/chromiumembedded/cef/issues/1856/branch-2526-cef-activates-browser-window
            
 
    Namespace: 
   CefSharp.WinForms
    Assembly:
   CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic bool ActivateBrowserOnCreation { get; set; }public:
property bool ActivateBrowserOnCreation {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also