namespace System.Windows.Forms { public enum CheckState { Unchecked, Checked, Indeterminate } }