win32 sdk C语言菜单,win32 sdk 设定/获取checkbox控件状态

1、改变一个checkbox的checked状态:BOOL CheckDlgButton(

HWND hDlg,     // 所在窗口的句柄

int nIDButton, // 要改变的checkbox

UINT uCheck    // 要改成的状态

);

其中uCheck这个可以取以下值:

// 选中状态

BST_CHECKED       Sets the button state to checked.

// 变灰

BST_INDETERMINATE Sets the button state to grayed, indicating an indeterminate state.Use this value only if the button has the BS_3STATE or BS_AUTO3STATE style.

// 非选中状态

BST_UNCHECKED     Sets the button state to cleared

2、要获取一个check box的状态:UINT IsDlgButtonChecked(

HWND hDlg,//控件所在的窗口句柄

int nIDButton//check box的ID

);

返回值为以下:

BST_CHECKED       Button is checked.//表示选中状态

BST_INDETERMINATE Button is grayed, indicating an indeterminate state (applies only if the button has the BS_3STATE or BS_AUTO3STATE style).

BST_UNCHECKED     Button is cleared//表示未选中状态

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值