Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / GrapeCity.Native.Gdi32 Namespace / CompatibleBitmap Class / IsDisposed Property


In This Topic
    IsDisposed Property (CompatibleBitmap)
    In This Topic
    Gets a value indicating whether the compatible bitmap has been disposed of.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsDisposed As Boolean
    'Usage
     
    
    Dim instance As CompatibleBitmap
    Dim value As Boolean
     
    value = instance.IsDisposed
    public bool IsDisposed {get;}
    See Also