Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

CheckState Enumeration

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

[Visual Basic]
Public Enum CheckState
[C#]
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.

Requirements

Namespace: EO.Web

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

See Also

EO.Web Namespace


Direct link to this topic