IBrowserSettingsFrameworkCreated Property |
Version 75.1.140
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: 75.1.140.0 (75.1.140.0)
Syntaxbool FrameworkCreated { get; }
property bool FrameworkCreated {
bool get ();
}
Property Value
Type:
Boolean
See Also