首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > PB >

怎的获取 treeview 控件 中 复选框的选中状态

2012-12-31 
怎样获取 treeview 控件 中 复选框的选中状态RT,谢谢大家![解决办法]treeviewitem ltviif tv_1.getitem(al

怎样获取 treeview 控件 中 复选框的选中状态
RT,谢谢大家!
[解决办法]

treeviewitem ltvi
if tv_1.getitem(al_handle, ltvi) > 0 then
    return ltvi.statepictureIndex = 2 //2为checked, 1为unchecked
end if

热点排行