Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1Stack Class / IsEmpty Property

In This Topic
    IsEmpty Property
    In This Topic
    Determines whether the C1Stack is empty. Returns true if the C1Stack ArrayList is empty, false otherwise.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsEmpty As Boolean
    public bool IsEmpty {get;}
    See Also