Share via


TextBoxSelectionChangingEventArgs.SelectionStart Propiedad

Definición

Obtiene el índice inicial de la selección 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 de propiedad

Int32

int

Índice inicial de la selección de texto.

Se aplica a