Specifies the state of a toolbar control that can be checked, unchecked, or set to an indeterminate state.

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

Syntax

C#
public enum CheckState
Visual Basic (Declaration)
Public Enumeration CheckState

Members

Member nameDescription
Unchecked The control is unchecked.
Checked The control is checked.
Indeterminate The control is indeterminate. An indeterminate control generally has a shaded appearance.

See Also