AUTORADIOBUTTON control
Defines an automatic radio button control. This control automatically performs mutual exclusion with the other AUTORADIOBUTTON controls in the same group. When the button is chosen, the application is notified with BN_CLICKED.
AUTORADIOBUTTON text, id, x, y, width, height [, style [, extended-style]]
-
text
-
Text that will appear next to the radio button.
-
style
-
Styles for the automatic radio button, which can be a combination of BUTTON-class styles and the following styles: WS_TABSTOP, WS_DISABLED, and WS_GROUP.
If you do not specify a style, the default style is
BS_AUTORADIOBUTTON | WS_TABSTOP
.
For more information about the general syntax of a control statement, see Common Control Parameters.
See also