Initializes a new instance of the C1ToolTipTargetControlCollection class.

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

Syntax

C#
public C1ToolTipTargetControlCollection(
	C1ToolTip owner
)
Visual Basic (Declaration)
Public Sub New ( _
	owner As C1ToolTip _
)

Parameters

owner
Type: C1.Web.UI.Controls.C1ToolTip..::..C1ToolTip
The specified C1ToolTip object.

See Also