MultiSelect (ListView)

This property returns and sets a value that indicates whether a user can select multiple ListItem objects in the ListView control.

Syntax

object.MultiSelect [= Boolean]

Parameters

object
Object expression that evaluates to a ListView control.
Boolean
Value that specifies the type of selection. Following are the settings for Boolean:
True
Multiple selection. To extend the selection from the previously selected ListItem to the current ListItem, Press SHIFT and click the mouse device or press SHIFT and one of the arrow keys (UP ARROW, DOWN ARROW, LEFT ARROW, AND RIGHT ARROW). To select or deselect a ListItem in the list, pressCTRL and click the mouse device.
False (default)
Multiple selection is not enabled.