|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
CheckRadioButton
The CheckRadioButton function adds a check mark to (checks) a specified radio button in a group and removes a check mark from (clears) all other radio buttons in the group.
BOOL CheckRadioButton(
HWND hDlg, // handle to dialog box int nIDFirstButton, // identifier of first radio button in group int nIDLastButton, // identifier of last radio button in group int nIDCheckButton // identifier of radio button to select );
Parameters
hDlg
Identifies the dialog box that contains the radio button.
nIDFirstButton
Specifies the identifier of the first radio button in the group.
nIDLastButton
Specifies the identifier of the last radio button in the group.
nIDCheckButton
Specifies the identifier of the radio button to select.
Return Values
If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, call GetLastError.
Remarks
The CheckRadioButton function sends a BM_SETCHECK message to each of the radio buttons in the indicated group.
See Also
BM_SETCHECK, CheckDlgButton, IsDlgButtonChecked
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
CheckRadioButton
Функция CheckRadioButton добавляет контрольную отметку, чтобы (чеки) определенная радио кнопка в группе и удаляет контрольную отметку с (очисток) все другие радио кнопки в группе.
BOOL CheckRadioButton(
HWND hDlg, // РУЧКА, чтобы общаться ящик int nIDFirstButton, // идентификатор первой радио кнопки в группе int nIDLastButton, // идентификатор последней радио кнопки в группе идентификатора int nIDCheckButton // радио кнопки, чтобы выбираться );
Параметры
hDlg
Идентифицирует диалоговый ящик, который содержит радио кнопку.
nIDFirstButton
Определяет идентификатор первой радио кнопки в группе.
nIDLastButton
Определяет идентификатор последней радио кнопки в группе.
nIDCheckButton
Определяет идентификатор радио кнопки, чтобы выбираться.
Обратные Величины
Если функция добивается успеха, обратная величина ненулевая. Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.
Замечания
Функция CheckRadioButton посылает сообщение BM_SETCHECK на каждые радио кнопки в указанной группе.
Смотри Также
BM_SETCHECK, CheckDlgButton, IsDlgButtonChecked
|
|
|
|
| |