IBrowserSettingsJavascriptCloseWindows Property  | 
Version 93.1.111 
            Controls whether JavaScript can be used to close windows that were not
            opened via JavaScript. JavaScript can still be used to close windows that
            were opened via JavaScript. Also configurable using the
            "disable-javascript-close-windows" command-line switch.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
SyntaxCefState JavascriptCloseWindows { get; set; }property CefState JavascriptCloseWindows {
	CefState get ();
	void set (CefState value);
}Property Value
Type: 
CefState
See Also