Test56
14 years agoContributor
Want to check the status of CheckBox implemented in SysTreeView32
Trying to check the state (checked or unchecked) of checkbox in systreeview32 control [vc application]. Spying revealed that Checked property could not be used, since there is no TVS_CHECKBOXES style defined. The checkbox is implemented using the StateImage.
Tried to use the
StateImageIndex
, however could not make it generic. Can anybody recommend me on how to use the StateImage
property and check the state of checkbox for any item in tree control.Please refer only attached Checked1 and Check1, i dont know how he other images got added.