Partilhar via


Propriedade TabStop (Controles do Outlook)

Returns or sets a Boolean that indicates whether an object can receive focus when the user tabs to it. Leitura/gravação.

Sintaxe

expression. TabStop

Expressão Uma variável que representa um objeto de controle do Outlook.

Comentários

True to designate the object as a tab stop (default), False to bypass the object when the user is tabbing, although the object still holds its place in the actual tab order, as determined by the TabIndex property.

You can combine the settings of the Enabled and the TabStop properties to prevent the user from selecting a command button with TAB, while still allowing the user to click the button. Setting TabStop to False means that the command button won't appear in the tab order.

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.