Compartilhar via


Propriedade ComboBox.Text (Script do Outlook Forms)

Returns or sets a String that specifies text in a ComboBox, changing the selected row in the control. Leitura/gravação.

Sintaxe

expressão. Texto

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

Comentários

O valor padrão é uma sequência de caracteres zero ("").

Use Texto para atualizar o valor do controle. If the value of Text matches an existing list entry, the value of the ListIndex property (the index of the current row) is set to the row that matches Text. If the value of Text does not match a row, ListIndex is set to -1.

When the Text property of a ComboBox changes (such as when a user types an entry into the control), the new text is compared to the column of data specified by TextColumn.

You cannot use Text to change the value of an entry in a ComboBox; use the Column or List property for this purpose.

The ForeColor property determines the color of the text.

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.