Constructor. Initializes a new instance of the C1Window class.

Namespace:  C1.Web.UI.Controls.C1Window
Assembly:  C1WindowClient (in C1WindowClient.dll)

Syntax

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

Parameters

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

See Also