Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SEditButton Class / IsDisposed Property


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