CWnd::GetCheckedRadioButton (判断当前一组单选按钮中哪一个被选中了)

来源:互联网 发布:科勒橱柜怎么样 知乎 编辑:程序博客网 时间:2024/05/21 03:17

CWnd::GetCheckedRadioButton (判断当前一组单选按钮中哪一个被选中了)

 

CWnd::GetCheckedRadioButton 

int GetCheckedRadioButton( int nIDFirstButton, int nIDLastButton );

Return Value

ID of the checked radio button, or 0 if none is selected.

Parameters

nIDFirstButton

Specifies the integer identifier of the first radio button in the group.

nIDLastButton

Specifies the integer identifier of the last radio button in the group.

Remarks

Retrieves the ID of the currently checked radio button in the specified group.

 

原创粉丝点击