BrowserSettings Constructor |
Version 92.0.260
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 92.0.260.0
Syntax public BrowserSettings(
bool autoDispose = false
)
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