GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / Command Class / IsDisposed Property


In This Topic
IsDisposed Property (Command)
In This Topic
Gets or sets a boolean value indicates whether this object is disposed.
Syntax
'Declaration
 
Protected Property IsDisposed As Boolean
 
'Usage
 
Dim instance As Command
Dim value As Boolean
 
instance.IsDisposed = value
 
value = instance.IsDisposed
See Also