Adds a new TargetControl to the end of the list of C1ToolTipTargetControls.

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

Syntax

C#
public void Add(
	string targetControlID,
	string value
)
Visual Basic (Declaration)
Public Sub Add ( _
	targetControlID As String, _
	value As String _
)

Parameters

targetControlID
Type: System..::..String
value
Type: System..::..String

See Also