Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The ItemChecked property gets and sets an item's check box value. This property can be one of three values: 0 if it is unchecked, 1 if it is checked, and 2 if it is undetermined (normally called mixed). Read this property to determine the current check box state, or set it to programmatically change it.

Image ModifiedImage Modified

The CheckBehavior property can be used to automatically check parent and child items.

...