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

In This Topic
    Peek Method
    In This Topic
    Gets the last element in C1Stack ArrayList.
    Syntax
    'Declaration
     
    
    Public Function Peek() As Object
    public object Peek()

    Return Value

    The last element in C1Stack.
    See Also