IsDisposed Property (Drawing)
Gets a value indicating whether this instance is disposed.
protected bool IsDisposed {get; set;}
'Declaration
Protected Property IsDisposed As Boolean
'Usage
Dim instance As Drawing
Dim value As Boolean
instance.IsDisposed = value
value = instance.IsDisposed
Property Value
true
if this instance is disposed; otherwise,
false
.