AddSelectList Method
Adds a list of items if which only one can be selected.
object.AddSelectList
aname, label, options,
selected_option, lines_displayed
Arguments
|
object |
|
Required. A
variable containing a dialog object created by calling CreateObject or
new ActiveXControl. |
|
aname |
|
Required. A name for this list. |
|
label |
|
Required. The text for the label that will
sit to the left of this list. |
|
options |
|
Required. An array of captions for the items
in the list. |
|
selected_options |
|
Optional. An array of captions for the items
that are initially selected. |
|
lines_displayed |
|
Optional. The number of lines high that the
list will appear. |
Remarks
None.
Example
See Single Selection Controls. |