Item that can be shown in the C1Window caption box, like an item or button.

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

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class CaptionElement : C1BaseStateManager
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class CaptionElement _
	Inherits C1BaseStateManager

Inheritance Hierarchy

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

See Also