CefSettingsBaseIsDisposed Property |
Version 130.1.90
Gets a value indicating if the CefSettings has been disposed.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public bool IsDisposed { get; }
public:
property bool IsDisposed {
bool get ();
}
Property Value
BooleanSee Also