mfc中checkbox怎么取消选中
答案:2 悬赏:40 手机版
解决时间 2021-03-11 15:40
- 提问者网友:难遇难求
- 2021-03-10 22:38
mfc中checkbox怎么取消选中
最佳答案
- 五星知识达人网友:人间朝暮
- 2021-03-10 23:18
当state == 0时表示该复选框没有被选中;
当state == 1时表示该复选框被选中;
当state == 2时表示不确定(applies only if the button has the BS_3STATE or BS_AUTO3STATE style);
当state == 1时表示该复选框被选中;
当state == 2时表示不确定(applies only if the button has the BS_3STATE or BS_AUTO3STATE style);
全部回答
- 1楼网友:往事埋风中
- 2021-03-11 00:01
((cbutton *)getdlgitem(id_xxx))->setcheck(true);
id_xxx是checkbox控件的id
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯