| ChromiumWebBrowserActivateBrowserOnCreation Property  | 
Version 81.3.100 
            Activates browser upon creation, the default value is false. Prior to version 73
            the default behaviour was to activate browser on creation (Equivilent 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: 81.3.100.0 (81.3.100.0)
 Syntax
Syntaxpublic bool ActivateBrowserOnCreation { get; set; }public:
property bool ActivateBrowserOnCreation {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean See Also
See Also