IBrowserSettingsAutoDispose Property |
Version 101.0.180
Gets a value indicating if the browser settings instance was created internally by CefSharp.
Instances created by CefSharp will be Disposed of after use. To control the lifespan yourself
create an set BrowserSettings yourself.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax bool AutoDispose { get; }
property bool AutoDispose {
bool get ();
}
Property Value
Type:
BooleanSee Also