| ChromiumWebBrowserBrowserSettings Property  | 
Version 94.4.20 
            Gets or sets the browser settings.
            
 
    Namespace: 
   CefSharp.WinForms
    Assembly:
   CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 94.4.20.0 (94.4.20.0)
 Syntax
Syntaxpublic IBrowserSettings BrowserSettings { get; set; }public:
property IBrowserSettings^ BrowserSettings {
	IBrowserSettings^ get ();
	void set (IBrowserSettings^ value);
}Property Value
Type: 
IBrowserSettingsThe browser settings.
 See Also
See Also