Propriedade Page.KeepScrollBarsVisible (Script do Outlook Forms)
Returns or sets an Integer that specifies whether scroll bars remain visible when not required. Leitura/gravação.
Sintaxe
expressão. KeepScrollBarsVisible
Expressão Uma variável que representa um objeto Page .
Comentários
The settings for KeepScrollBarsVisible are:
Valor | Descrição |
---|---|
0 | Não exibe barras de rolagem. |
1 | Exibe uma barra de rolagem horizontal. |
2 | Exibe uma barra de rolagem vertical. |
3 | Exibe as duas barras de rolagem, horizontal e vertical (padrão). |
If the visible region is large enough to display all the controls on an object such as a Page object, scroll bars are not required. The KeepScrollBarsVisible property determines whether the scroll bars remain visible when they are not required.
If the scroll bars are visible when they are not required, they appear normal in size, and the scroll box fills the entire width or height of the scroll bar.
If the KeepScrollBarsVisible property is True, any scroll bar on a form or page is always visible, regardless of whether the object's contents fit within the object's borders.
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.