| ObjectFactoryCreateBrowserSettings Method  | 
Version 118.6.80  
    Namespace: 
   CefSharp.Core
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
 Syntax
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
See Also