radio
<radio> represents a radio button. The parent element must be a <radioset>. Although each individual radio button specifies a precise position relative to the coordinate system of the parent <radioset>, in practice the buttons are aligned in rows and/or columns by the dialog editor.
Attributes
The attributes for this element are described below:
name |
Unique ID for this control. |
value |
The property value represented by this radio button. (The property name is given as an attribute of the parent <radioset> element.) |
top |
Top-most Y coordinate. |
left |
Left-most X coordinate. |
width |
Width of the control. |
height |
Height of the control. |
caption |
(optional) A static text string to be displayed in the button. If no caption is provided, then Browse is used. |
accesskey |
(optional) A character to be used as the keyboard accelerator for this button. For example, if accesskey=“x”, then pressing alt+x will set focus to the button, and invoke the dialog box. The accesskey character must appear in the caption of the button, otherwise, it is ignored. The character is drawn underlined. |
tooltip |
(optional) A static text string to be displayed as the tool tip mouse over help for this control. If no tooltip is specified, then no mouse over help is displayed. |
Children
None.