Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / CheckBoxPicture Class / IsDisposed Property


In This Topic
    IsDisposed Property (CheckBoxPicture)
    In This Topic
    Gets whether is disposed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsDisposed As Boolean
    'Usage
     
    
    Dim instance As CheckBoxPicture
    Dim value As Boolean
     
    value = instance.IsDisposed
    public bool IsDisposed {get;}
    See Also