ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Menu Namespace / C1MenuItemCollection Class / Insert Method
Position, value should be mayor or equal to 0
Child menu item

In This Topic
    Insert Method (C1MenuItemCollection)
    In This Topic
    Insert C1MenuItem item to specific position into the collection.
    Syntax
    'Declaration
     
    Public Shadows Sub Insert( _
       ByVal index As System.Integer, _
       ByVal child As C1MenuItem _
    ) 
    public new void Insert( 
       System.int index,
       C1MenuItem child
    )

    Parameters

    index
    Position, value should be mayor or equal to 0
    child
    Child menu item
    See Also