Method dialog.RadioButtons
Overload
Adds radio buttons.
public dialog RadioButtons(Strings buttons, int idDefault = 0)
Parameters
|
buttons (Strings)
A list of strings |
|
idDefault (int)
Check the radio button that has this id. If omitted or 0, checks the first. If negative, does not check. |
Returns
Remarks
To get selected radio button id after closing the dialog, use dialog.Controls.