ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Menu Namespace / C1MenuItemCollection Class / RemoveAt Method
An index that indicates which submenu to remove.

In This Topic
    RemoveAt Method (C1MenuItemCollection)
    In This Topic
    Removes item from list by index.
    Syntax
    'Declaration
     
    Public Shadows Sub RemoveAt( _
       ByVal index As System.Integer _
    ) 
    public new void RemoveAt( 
       System.int index
    )

    Parameters

    index
    An index that indicates which submenu to remove.
    See Also