ASP.NET Pack Programmer's Guide
CheckState Enumeration
See Also
 





Specifies the state of a CheckBox control.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public enum CheckState

Visual Basic  Copy Code

Public Enum CheckState

 Members

  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.

 See Also

MindFusion.UI.WebForms Namespace