Specifies the state of a CheckBox control.
Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms
C#
![]() |
---|
public enum CheckState |
Visual Basic
![]() |
---|
Public Enum CheckState |
Member name | Value | Description | |
---|---|---|---|
![]() |
Unchecked |
0 | Indicates that the control is unchecked. |
![]() |
Checked |
1 | Indicates that the control is checked. |
![]() |
Indeterminate |
2 | Indicates that the state of the control is indeterminate. |