SetRadio |
Controls whether or not a control is a radiobutton.
Prototype:
SetRadio(LONG ControlID, BYTE IsRadio)
Arguments:
ControlID |
ID of the control |
IsRadio |
Set to True to turn the control into a Radiobutton, False to make it a regular button. |