Represents a button that can be shown in the C1Window heading.

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

Syntax

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

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

Inheritance Hierarchy

See Also