IListBox.MultiSelect

Syntax

MultiSelect: Boolean;

Description

The MultiSelect property determines whether multiple selection of elements (strings) in the list is possible.

Comments

If the property is set to True, using SHIFT or CTRL enables the user to select several elements in the list. If the property is set to False, only one list element (string) can be selected.

See also:

IListBox