Propriedade TabIndex (Controles do Outlook)
Returns or sets an Integer that specifies the position of a control in the form's tab order. Leitura/gravação.
Sintaxe
expression. TabIndex
Expressão Uma variável que representa um objeto de controle do Outlook.
Comentários
The TabIndex is an integer from 0 to one less than the number of controls on the form that have a TabIndex property. Assigning a TabIndex value of less than 0 generates an error. If you assign a TabIndex value greater than the largest index value, the system resets the value to the maximum allowable value.
The index value of the first object in the tab order is zero.
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.