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,
	string targetControlID,
	string value,
	bool isAjaxUpdate
)
Visual Basic (Declaration)
Public Sub Insert ( _
	index As Integer, _
	targetControlID As String, _
	value As String, _
	isAjaxUpdate As Boolean _
)

Parameters

index
Type: System..::..Int32
Position, value should be mayor or equal to 0
targetControlID
Type: System..::..String
value
Type: System..::..String
isAjaxUpdate
Type: System..::..Boolean

See Also