ChromiumWebBrowser.IsDisposed Property |
Version 91.1.160
Gets a value indicating whether this instance is disposed.
Namespace:
CefSharp.OffScreen
Assembly:
CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 91.1.160.0 (91.1.160.0)
Syntaxpublic bool IsDisposed { get; }
public:
virtual property bool IsDisposed {
bool get () sealed;
}
Property Value
Type:
Booleantrue if this instance is disposed; otherwise,
false.
Implements
IWebBrowser.IsDisposed
See Also