Click or drag to resize

BrowserSettings Constructor

Version 92.0.260
Initializes a new instance of the BrowserSettings class.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 92.0.260.0
Syntax
public BrowserSettings(
	bool autoDispose = false
)

Parameters

autoDispose (Optional)
Type: SystemBoolean
To reuse BrowserSettings instance set to , otherwise set to for the instance to be Disposed immediately after the underlying CefBrowser has been created.
See Also