【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.6.32.8 Window::GetCheckedRadioButton
Contents
Description
This method retrieves the identifier of the currently checked radio button in the specified group.
Syntax
int GetCheckedRadioButton( int nIDFirstButton, int nIDLastButton )
Parameters
- nIDFirstButton
- [input] Specifies the integer identifier of the first radio button in the group.
- nIDLastButton
- [input] Specifies the integer identifier of the last radio button in the group.
Return
ID of the checked radio button, or zero if none is selected.
Examples
Remark
See Also
Header to Include
origin.h