C1Window represents a window.

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

Syntax

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

Type.createClass(
	'C1.Web.UI.Controls.C1Window.C1Window',
	C1.Web.UI.C1ThemeableControlBase);

Inheritance Hierarchy

System..::..Object
  Component
    Control
      C1ThemeableControlBase
        C1.Web.UI.Controls.C1Window..::..C1Window

See Also