Show / Hide Table of Contents

Method dialog.RadioButtons


Overload

Adds radio buttons.

public dialog RadioButtons(Strings buttons, int idDefault = 0)
Parameters
buttons  (Strings)

A list of strings "id text" separated by |, like "1 One|2 Two|3 Three".

idDefault  (int)

Check the radio button that has this id. If omitted or 0, checks the first. If negative, does not check.

Returns
dialog

Remarks

To get selected radio button id after closing the dialog, use dialog.Controls.