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(
	C1ToolTipTargetControl targetControl
)
Visual Basic (Declaration)
Public Sub Add ( _
	targetControl As C1ToolTipTargetControl _
)

See Also