radioset
<radioset> represents a set of radio buttons.
Individual buttons are represented by <radio> child elements. The coordinate system of child radio buttons is assumed to be relative to the client area of the parent <radioset>.
Attributes
The attributes for this element are described below:
name |
Unique ID for this control. |
property |
The internal name of the associated item property. Currently, this must be a text-valued property. |
top |
Top-most Y coordinate. |
left |
Left-most X coordinate. |
width |
Width of the control. |
height |
Height of the control. |
text-align |
(optional) Text alignment: left or right. By default, left alignment is assumed. |
rows |
(optional) The individual radio buttons were positioned into rows and columns by the dialog editor, and this is the number of rows. If rows is not specified, then it can be determined from columns and the total number of child <radio> buttons. If neither rows nor columns is specified, then the layout of individual buttons within the <radioset> is unknown or arbitrary. |
columns |
(optional) The individual radio buttons were positioned into rows and columns by the dialog editor, and this is the number of columns. If columns is not specified, it can be determined from rows and the total number of child <radio> buttons. If neither rows nor columns is specified, the layout of individual buttons within the <radioset> is unknown or arbitrary. |
h-align |
(optional) Default horizontal alignment of child controls within the control group: left or right. Useful when the actual rendered size of a child control differs from the size specified in the layout. By default, left alignment is assumed. |
v-align |
(optional) Default vertical alignment of child controls within the control group: top, middle, or bottom. Useful when the actual rendered size of a child control differs from the size specified in the layout. By default, top alignment is assumed. |
border |
(optional) Border style: none, solid or etched. By default, solid is assumed. |
tabindex |
(optional) The tab order of this control in the dialog page. |
Children
Two or more <radio> elements.