Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Drawing Class / IsDisposed Property


In This Topic
IsDisposed Property (Drawing)
In This Topic
Gets a value indicating whether this instance is disposed.
Syntax
'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.
See Also