A button that can be shown in the C1Window caption box, can be in two states: pressed and unpressed.

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

Syntax

C#
public class PressableCaptionButton : CaptionButton
Visual Basic
Public Class PressableCaptionButton _
	Inherits CaptionButton

Inheritance Hierarchy

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

See Also