Compartilhar via


Propriedade ComboBox.SelectionMargin (Script do Outlook Forms)

Returns or sets a Boolean that specifies whether the user can select a line of text by clicking in the region to the left of the text. Leitura/gravação.

Sintaxe

expressão. SelectionMargin

expressão Uma variável que representa um objeto ComboBox.

Comentários

True if clicking in margin causes selection of text (default), False if clicking in margin does not cause selection of text.

When the SelectionMargin property is True, the selection margin occupies a thin strip along the left edge of a control's edit region. When set to False, the entire edit region can store text.

If the SelectionMargin property is set to True when a control is printed, the selection margin also prints.

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.