Propriedade TextBox.IntegralHeight (Script do Outlook Forms)
Returns or sets a Boolean that specifies whether a TextBox displays full lines of text or partial lines. Leitura/gravação.
Sintaxe
expressão. Integralheight
expression Uma variável que representa um objeto TextBox.
Comentários
True indicates that the text box resizes itself to display only complete items (default). False indicates that the text box does not resize itself even if the item is too tall to display completely.
The IntegralHeight property relates to the height of the text box, just as the AutoSize property relates to the width of the text box.
If IntegralHeight is True, the text box automatically resizes when necessary to show full rows. If False, the text box remains a fixed size; if items are taller than the available space in the text box, the entire item is not shown.
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.