Provides access to C1Window caption box items 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 CaptionButtons : C1BaseStateManager
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class CaptionButtons _
	Inherits C1BaseStateManager

Inheritance Hierarchy

System..::..Object
  C1BaseStateManager
    C1.Web.UI.Controls.C1Window..::..CaptionButtons

See Also