Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1Stack Class / IsIndexInBounds Method
Specified index.

In This Topic
    IsIndexInBounds Method
    In This Topic
    Determines whether the index of an item is in the bound of indexes of the C1Stack ArrayList.
    Syntax
    'Declaration
     
    
    Public Function IsIndexInBounds( _
       ByVal idx As Integer _
    ) As Boolean
    public bool IsIndexInBounds( 
       int idx
    )

    Parameters

    idx
    Specified index.

    Return Value

    True if the specified index is in the range from zero to the last index of the C1Stack; otherwise, false.
    See Also