<form> represents the layout of a single dialog box. There is always exactly one
<form>, which is currently the only child of the
<propertyDialog> element.
Attributes
The attributes for this element are described below:
name
Unique ID for this control.
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.
sizeable
(optional) Indicates whether or not the item is resizable:
yes or
no. By default, items are not resizable.
tabindex
(optional) The tab order of this control in the dialog page.
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.