Inserts a C1ToolTipTargetControl item at the specified position in the collection.

Namespace:  C1.Web.UI.Controls.C1ToolTip
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

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

Parameters

index
Type: System..::..Int32
Position, value should be mayor or equal to 0
targetControl
Type: C1.Web.UI.Controls.C1ToolTip..::..C1ToolTipTargetControl

See Also