C1ToolBarCheckButton defines a toolbar check button on a toolbar.

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

Syntax

C#
public class C1ToolBarCheckButton : C1ToolBarItem
Visual Basic (Declaration)
Public Class C1ToolBarCheckButton _
	Inherits C1ToolBarItem

Remarks

By default, the C1ToolBarCheckButton includes an image for the rectangular box and text that indicates a choice a user can make by selecting the button. Check buttons enable users to choose from one or more options that are not mutually exclusive. The C1ToolBarCheckButton changes between two states when clicked.

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      UIElement
        C1.Web.UI.Controls.C1ToolBar..::..C1ToolBarItemBase
          C1.Web.UI.Controls.C1ToolBar..::..C1ToolBarItem
            C1.Web.UI.Controls.C1ToolBar..::..C1ToolBarCheckButton

See Also