Compartilhar via


Propriedade Frame.Cycle (Script do Outlook Forms)

Returns or sets an Integer that specifies whether cycling includes controls nested in a Frame. Leitura/gravação.

Sintaxe

expressão. Ciclo

Expressão Uma variável que representa um objeto Frame .

Comentários

The possible values for Cycle are 0 and 2. 0 represents cycling through the controls on the form and the controls of the Frame that are currently displayed on the form. 2 represents cycling through the controls on the form and the Frame. The focus stays within the form and the Frame until the focus is explicitly set to a control outside the form and the Frame.

If you specify a non-integer value for Cycle, the value is rounded up to the nearest integer.

The tab order identifies the order in which controls receive the focus as the user tabs through a form or subform. The Cycle property determines the action to take when a user tabs from the last control in the tab order.

The 0 setting transfers the focus to the first control of the next Frame on the form when the user tabs from the last control in the tab order.

The 2 setting transfers the focus to the first control of the same form or the Frame when the user tabs from the last control 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.