Window::CheckRadioButton

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