Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ImageDrawing Class / IsDisposed Property


In This Topic
    IsDisposed Property (ImageDrawing)
    In This Topic
    Gets a value indicating whether this instance is disposed.
    Syntax
    'Declaration
     
    
    Protected Property IsDisposed As Boolean
    'Usage
     
    
    Dim instance As ImageDrawing
    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.
    See Also