【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。

2.2.6.32.2 Window::CheckRadioButton

Contents

Description

This method selects, adds a check mark to a specified radio button in a group and clears, removes a check mark from all other radio buttons in the group.

Syntax

void CheckRadioButton( int nIDFirstButton, int nIDLastButton, int nIDCheckButton )

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.
nIDCheckButton
[input] Specifies the integer identifier of the radio button to be checked.

Return

Examples

Remark

See Also

Header to Include

origin.h