Insert C1MenuItem item to specific position into the collection.

Namespace:  C1.Web.UI.Controls.C1Menu
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public void Insert(
	int index,
	C1MenuItemBase child
)
Visual Basic (Declaration)
Public Sub Insert ( _
	index As Integer, _
	child As C1MenuItemBase _
)

Parameters

index
Type: System..::..Int32
Posicion, value should be mayor or equal to 0
child
Type: C1.Web.UI.Controls.C1Menu..::..C1MenuItemBase

See Also