ObjectFactoryCreateBrowserSettings Method  | 
Version 87.1.132  
    Namespace: 
   CefSharp.Core
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 87.1.132.0
Syntaxpublic static IBrowserSettings CreateBrowserSettings(
	bool autoDispose
)
public:
static IBrowserSettings^ CreateBrowserSettings(
	bool autoDispose
)
Parameters
- autoDispose
 - Type: SystemBoolean
Dispose of browser setings after it has been used to create a browser 
Return Value
Type: 
IBrowserSettingsreturns new instance of 
IBrowserSettings
See Also