Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.22 KB

Outlook.combobox.matchrequired.md

File metadata and controls

34 lines (20 loc) · 1.22 KB
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
ComboBox.MatchRequired Property (Outlook Forms Script)
olfm10.chm2001500
olfm10.chm2001500
01d6c98b-ab87-d968-011b-7acfa2058feb
06/08/2017
medium

ComboBox.MatchRequired Property (Outlook Forms Script)

Returns or sets a Boolean that specifies whether a value entered in the text portion of a ComboBox must match an entry in the existing list portion of the control. Read/write.

Syntax

expression.MatchRequired

expression A variable that represents a ComboBox object.

Remarks

The user can enter non-matching values, but may not leave the control until a matching value is entered.

True if the text entered must match an existing list entry. False if the text entered can be different from all existing list entries (default).

If the MatchRequired property is True, the user cannot exit the ComboBox until the text entered matches an entry in the existing list. MatchRequired maintains the integrity of the list by requiring the user to select an existing entry.

Not all containers enforce this property.

[!includeSupport and feedback]