Insert C1LaunchPadItem item to specific position into the collection.

Namespace:  C1.Web.iPhone.C1LaunchPad
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

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

Parameters

index
Type: System..::..Int32
Posicion, value should be mayor or equal to 0
child
Type: C1.Web.iPhone.C1LaunchPad..::..C1LaunchPadItem

See Also