Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.68 KB

multiselect-property-microsoft-forms.md

File metadata and controls

49 lines (33 loc) · 1.68 KB
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
MultiSelect property (Microsoft Forms)
fm20.chm5225069
fm20.chm5225069
4c8102d4-abbb-a7f7-8dd3-0a0695752fa8
11/16/2018
medium

MultiSelect property (Microsoft Forms)

Indicates whether the object permits multiple selections.

Syntax

object.MultiSelect [= fmMultiSelect ]

The MultiSelect property syntax has these parts:

Part Description
object Required. A valid object.
fmMultiSelect Optional. The selection mode that the control uses.

Settings

The settings for fmMultiSelect are:

Constant Value Description
fmMultiSelectSingle 0 Only one item can be selected (default).
fmMultiSelectMulti 1 Pressing the SPACEBAR or clicking selects or deselects an item in the list.
fmMultiSelectExtended 2 Pressing SHIFT and clicking the mouse, or pressing SHIFT and one of the arrow keys, extends the selection from the previously selected item to the current item.

Pressing CTRL and clicking the mouse selects or deselects an item.

Remarks

When the MultiSelect property is set to Extended or Multi, you must use the list box's Selected property to determine the selected items. Also, the Value property of the control is always Null.

The ListIndex property returns the index of the row with the keyboard focus.

See also

[!includeSupport and feedback]