listview中单击控件选中checkbox

2025-01-05 01:37:33
推荐回答(1个)
回答1:

dim I as Integer For i = 1 To ListView1.ListItems.count If ListView1.ListItems(i).Checked = True Then 要干的事情 Next