Table of Contents
CheckState Enumeration

Specifies the state of a check box.

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

Syntax
 public enum CheckState
Members
Member Name Description
Unchecked The checkbox is unchecked.
Checked The checkbox is checked.
Indeterminate The checkbox is indeterminate.
See Also