CDXUTRadioButton group

Started by
0 comments, last by jasonsa 18 years, 4 months ago
Is there a built-in way to query a CDXUTRadioButton's group to find the ID of the control in the group that's checked?
Advertisement
No, for now you have to ask each control using GetChecked(). If you wanted to modify the source, just copy and modify the CDXUTDialog::ClearRadioButtonGroup() function to do this.

Jason

This topic is closed to new replies.

Advertisement