Propriedade TabStrip.MultiRow (Script do Outlook Forms)
Retorna ou define um booliano que especifica se o controle tem mais de uma linha de guias. Leitura/gravação.
Sintaxe
expressão. Multirow
Expressão Uma variável que representa um objeto TabStrip .
Comentários
True to allow more than one row of tabs, False to restrict tabs to a single row (default).
The width and number of tabs determines the number of rows. Changing the control's size also changes the number of rows. This allows the developer to resize the control and ensure that tabs wrap to fit the control. If the MultiRow property is False, then truncation occurs if the width of the tabs exceeds the width of the control.
If MultiRow is False and tabs are truncated, there will be a small scroll bar on the TabStrip to allow scrolling to the other tabs or pages.
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.