Compartilhar via


Propriedade ComboBox.SelStart (Script do Outlook Forms)

Returns or sets a Long that represents the starting point of selected text, or the insertion point if no text is selected. Leitura/gravação.

Sintaxe

expressão. SelStart

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

Comentários

For SelLength and SelStart, the valid range of settings is 0 to the total number of characters in the edit area of a ComboBox. The default value is zero.

The SelStart property is always valid, even when the control does not have focus. Setting SelStart to a value less than zero creates an error. Attempting to set SelStart to a value greater than the number of characters available in a control results in a value equal to the number of characters in the control.

Changing the value of SelStart cancels any existing selection in the control, places an insertion point in the text, and sets the SelLength property to zero.

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.