Compartilhar via


TextBoxSelectionChangingEventArgs.SelectionStart Propriedade

Definição

Obtém o índice inicial da seleção de texto.

public:
 property int SelectionStart { int get(); };
int SelectionStart();
public int SelectionStart { get; }
var int32 = textBoxSelectionChangingEventArgs.selectionStart;
Public ReadOnly Property SelectionStart As Integer

Valor da propriedade

Int32

int

O índice inicial da seleção de texto.

Aplica-se a