Represents an item that can be shown in the C1Window heading, like an item or button.

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

Syntax

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

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

Inheritance Hierarchy

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

See Also