AddRadios Method

Adds a group of radio buttons to the dialog box.

object.AddRadios aname, label, items, selected_item
 

Arguments

object

Required.  A variable containing a dialog object created by calling CreateObject or new ActiveXControl.

aname

Required. A name for this group of radio buttons.

label

Required. The text for the label that will sit to the left of the group of radio buttons

items

Required. An array of captions for the radio buttons.

selected_item

Optional. The text for the item that is initially selected.

Remarks
More than one group of radio buttons may be added to a dialog box.

Example
See Single Selection Controls.