MultiSelect (Property)

Applies To:

ControlsListBox object

Description:

Enables multiple items to be selected from a list box control.

Action:

Read-write, Boolean

Example:

This example shows how to configure a list box to support multiple user selections:

var MyDashboard = ActiveDocument.Sections["Dashboard"]
MyDashboard.Shapes"Listbox1"].MultiSelect = true