Propriedade ComboBox.MatchRequired (Script do Outlook Forms)

Retorna ou define um booliano que especifica se um valor inserido na parte de texto de um ComboBox deve corresponder a uma entrada na parte de lista existente do controle. Leitura/gravação.

Sintaxe

expressão. MatchRequired

expressão Uma variável que representa um objeto ComboBox.

Comentários

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.

Suporte e comentários

Tem dúvidas ou quer enviar comentários sobre o VBA para Office ou sobre esta documentação? Confira Suporte e comentários sobre o VBA para Office a fim de obter orientação sobre as maneiras pelas quais você pode receber suporte e fornecer comentários.