Constructor. Initializes a new instance of the C1ToolTip class.

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

Syntax

JavaScript
C1.Web.UI.Controls.C1ToolTip.C1ToolTip = function(element);

Parameters

element
Type: DOMElement
The DOMElement object that the control will be associated with.

See Also