ChromiumWebBrowserIsDisposed Property |
Version 55.0.0
Gets a value indicating whether this instance is disposed.
Namespace: CefSharp.WpfAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax public bool IsDisposed { get; }
public:
property bool IsDisposed {
bool get ();
}
Property Value
Type:
Booleantrue if this instance is disposed; otherwise,
false.
See Also