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

    Property Value

    true if this instance is disposed; otherwise, false.
    See Also