| ChromiumWebBrowserBrowserSettings Property  | 
Version 99.2.120 
            Gets or sets the browser settings.
            
 
    Namespace: 
   CefSharp.WinForms
    Assembly:
   CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 99.2.120.0 (99.2.120.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