SystemImageListIsDisposed Property |
True if this instance was already disposed, false if not.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public bool IsDisposed { get; }
Public ReadOnly Property IsDisposed As Boolean
Get
public:
property bool IsDisposed {
bool get ();
}
member IsDisposed : bool with get
Property Value
Type:
BooleanSee Also