2.2.6.32.8 Window::GetCheckedRadioButton

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