Compartilhar via


Propriedade ComboBox.AutoTab (Script do Outlook Forms)

Returns or sets a Boolean that specifies whether an automatic tab occurs when a user enters the maximum allowable number of characters into the text box portion of a ComboBox. Leitura/gravação.

Sintaxe

expressão. Autotab

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

Comentários

True if tab occurs, False otherwise (default).

The MaxLength property specifies the maximum number of characters allowed in the text box portion of a ComboBox.

You can specify the AutoTab property for a ComboBox on a form for which you usually enter a set number of characters. Once a user enters the maximum number of characters, the focus automatically moves to the next control in the tab order. For example, if a ComboBox displays inventory stock numbers that are always five characters long, you can use MaxLength to specify the maximum number of characters to enter into the ComboBox and AutoTab to automatically tab to the next control after the user enters five characters.

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.