Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / DisposeBase Class / IsDisposed Property

In This Topic
    IsDisposed Property (DisposeBase)
    In This Topic
    Gets a value indicating whether this instance is disposed.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsDisposed As System.Boolean
    public System.bool IsDisposed {get;}

    Property Value

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