IBrowserSettingsJavascriptOpenWindows Property |
Version 55.0.0
Controls whether JavaScript can be used for opening windows. Also
configurable using the "disable-javascript-open-windows" command-line
switch.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax CefState JavascriptOpenWindows { get; set; }
property CefState JavascriptOpenWindows {
CefState get ();
void set (CefState value);
}
Property Value
Type:
CefStateSee Also