IBrowserSettingsAutoDispose Property |
Version 130.1.90
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: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntaxbool AutoDispose { get; }
property bool AutoDispose {
bool get ();
}
Property Value
Boolean
See Also