怎样获取 treeview 控件 中 复选框的选中状态
RT,谢谢大家!
[解决办法]
treeviewitem ltvi
if tv_1.getitem(al_handle, ltvi) > 0 then
return ltvi.statepictureIndex = 2 //2为checked, 1为unchecked
end if
发布时间: 2012-12-31 11:57:52 作者: rapoo
怎样获取 treeview 控件 中 复选框的选中状态
RT,谢谢大家!
[解决办法]
treeviewitem ltvi
if tv_1.getitem(al_handle, ltvi) > 0 then
return ltvi.statepictureIndex = 2 //2为checked, 1为unchecked
end if