ChromiumWebBrowserActivateBrowserOnCreation Property |
Version 98.1.210
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: 98.1.210.0 (98.1.210.0)
Syntax public bool ActivateBrowserOnCreation { get; set; }
public:
property bool ActivateBrowserOnCreation {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also