Menu for ASP.NET Web Forms
Insert Method (C1MenuItemCollection)

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Menu Namespace > C1MenuItemCollection Class : Insert Method
Position, value should be mayor or equal to 0
Child menu item
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

Reference

C1MenuItemCollection Class
C1MenuItemCollection Members