Table of Contents
CheckState Enumeration

Specifies the check state of a control, e.g, a TreeNode.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public enum CheckState
Members
Member Name Description
Unchecked The control is unchecked.
Checked The control is checked.
Indeterminate The control is indeterminate. This state is normally used when the control's state should not be checked or unchecked, e.g, an inapplicable option. An indeterminate control generally has a shaded appearance to indicate that the control cannot be checked/unchecked.
See Also