Represents a pressable caption button which has two states.

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

Syntax

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

Type.createClass(
	'C1.Web.UI.Controls.C1Window.PressableCaptionButton',
	Client_C1.Web.UI.Controls.C1Window.CaptionButton);

Inheritance Hierarchy

System..::..Object
  C1.Web.UI.Controls.C1Window..::..CaptionElement
    C1.Web.UI.Controls.C1Window..::..CaptionButton
      C1.Web.UI.Controls.C1Window..::..PressableCaptionButton

See Also