The method basically sets the image that will be shown for the check box in the tree view. These images are in a separate ImageList control that the tree view manages. By default, this image list has three images in it, shown in Table 22.

Table 22. void CheckItem Image List Default

checkState

Description

0

Blank

1

Cleared

2

Selected

 

Related Topics

ITreeView Interface