March 2003
Intermediate to advanced
896 pages
32h 35m
English
CheckState
Used by CheckBox and
CheckedListBox, this enumeration determines
whether an item is Checked,
Unchecked, or Indeterminate.
public enum CheckState { Unchecked = 0, Checked = 1, Indeterminate = 2 }
System.Object
→ System.ValueType → System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
→ CheckState
CheckBox.CheckState,
CheckedListBox.GetItemCheckState(),
ItemCheckEventArgs.{CurrentValue,
NewValue}
CheckBox.CheckState,
CheckedListBox.SetItemCheckState(),
ObjectCollection.Add(),
ItemCheckEventArgs.{ItemCheckEventArgs(),
NewValue}
Read now
Unlock full access