Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1Stack Class / Push Method
The System.Object to be added to the end of the C1Stack.

In This Topic
    Push Method
    In This Topic
    Adds an object to the end of the C1Stack ArrayList.
    Syntax
    'Declaration
     
    
    Public Sub Push( _
       ByVal o As Object _
    ) 
    public void Push( 
       object o
    )

    Parameters

    o
    The System.Object to be added to the end of the C1Stack.
    See Also