Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1Stack Class / Pop Method

In This Topic
    Pop Method
    In This Topic
    Removes the element at the specified index of the C1Stack ArrayList.
    Syntax
    'Declaration
     
    
    Public Function Pop() As Object
    public object Pop()

    Return Value

    The number of elements actually contained in the C1Stack.
    See Also