Use the members of this enumeration to determine a C1Window state.

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

Syntax

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

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

Inheritance Hierarchy

System..::..Object
  System..::..ValueType
    System..::..Enum
      C1.Web.UI.Controls.C1Window..::..DialogState

See Also