Spread Windows Forms 17
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
    protected bool IsDisposed {get; set;}
    See Also