Compartilhar via


Propriedade LargeChange

Especifica a quantidade de movimento que ocorre quando o usuário clica entre a caixa de rolagem e a seta de rolagem.

Sintaxe

objeto. LargeChange [= Long ]

A sintaxe da propriedade LargeChange tem estas partes:

Sair Descrição
objeto Obrigatório. Um objeto válido.
Long Opcional. Um inteiro que especifica a quantidade de alteração na propriedade Value .

Comentários

The LargeChange property applies only to the ScrollBar. It does not apply to the scrollbars in other controls such as a TextBox or a drop-down ComboBox.

O valor de LargeChange é a quantidade pela qual a propriedade Value da barra de rolagem é alterada quando o usuário clica na área entre a caixa de rolagem e a seta de rolagem. The direction of the movement is always toward the place where the user clicks. For example, in a horizontal ScrollBar, clicking to the left of the scroll box moves the scroll box to the left. In a vertical ScrollBar, clicking above the scroll box moves the scroll box up.

LargeChange does not have units. Any integer is a valid setting for LargeChange. The recommended range of values is from -32,767 to +32,767, and the value must be between the values of the Max and Min properties of the ScrollBar.

Confira também

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.