Applies to
Description
Gets or sets whether the object allows multiple selection.
Data type
Boolean.
Usage
In scripts
This example shows how to set the MultiSelect property of the PDFFormFieldListBox lpdf_listbox to true, which means the user can select multiple values in it:
lpdf_listbox.multiselect = true