Click or drag to resize

IBrowserSettingsFrameworkCreated Property

Version 86.0.240
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: 86.0.240.0 (86.0.240.0)
Syntax
bool FrameworkCreated { get; }

Property Value

Type: Boolean
See Also