ChromiumWebBrowserActivateBrowserOnCreation Property |
Version 130.1.90
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://github.com/chromiumembedded/cef/issues/1856
Namespace: CefSharp.WinFormsAssembly: CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public bool ActivateBrowserOnCreation { get; set; }
public:
property bool ActivateBrowserOnCreation {
bool get ();
void set (bool value);
}
Property Value
BooleanSee Also