AddMultiSelectList Method

Adds a list of items that can be multi-selected.

object.AddMultiSelectList aname, label, options,
  selected_options, 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 Multi-Select Controls in VBScript.