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