SPECIALRADIO [id]
{
[Flags]
}
Special radios are used to add button-like radio buttons to RADIOGROUP elements.
See Dialog Resource for a description of the common flags.
| [LAYOUTFLAGS] | Layout flags. |
| [NAME] | Text. |
| [SIZE] | Manual size. |
RADIOGROUP
{
GROUP
{
COLUMNS 1;
SPECIALRADIO FIRST_BUTTON_ID { NAME FIRST_BUTTON; }
SPECIALRADIO SECOND_BUTTON_ID { NAME SECOND_BUTTON; }
SPECIALRADIO THIRD_BUTTON_ID { NAME THIRD_BUTTON; }
}
}