This topic lists the complex property controls found in the Tools Palette and their attribute values.
All complex controls have the following attributes:
A unique name for the control. By default, unique names are generated by the system, formed by appending a two-digit, sequential number to the property or control name.
The position of the top left corner of the control, specified as a number of dialog units*, along the X, or horizontal, axis of the form.
The position of the top left corner of the control, specified as a number of dialog units*, along the Y, or vertical, axis of the form.
The horizontal measurement of the control specified as a number of dialog units*.
The vertical measurement of the control specified as a number of dialog units*.
(optional) Specifies whether or not the control can reposition itself as the dialog is resized (none, horizontal, vertical, or both). The default is none.
(optional) Specifies whether or not the control can resize itself as the dialog is resized (none, horizontal, vertical, or both). The default is none.
The name of the item property that the control will expose on the form.
(optional) The order in which the control gains focus as the user moves the insertion point through the form using the Tab key.
(optional) Text that appears in a tip pop-up when the mouse pointer hovers over the control. If no text is entered, no pop-up tip help is displayed.