MultiSelection Property

The MultiSelection property specifies whether end users can select multiple items in a list box.

Applies to: List boxes.

Setting dynamically:

Winform Setform.listbox.MULTISELECTION TO {0|1};

Property Settings:

0 - No

Disables multi-selection feature (the default).

1 - Yes

Enables the multi-selection feature.


WebFOCUS