TextBoxSelectionChangingEventArgs.SelectionStart Proprietà

Definizione

Ottiene l'indice iniziale della selezione di testo.

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

Valore della proprietà

Int32

int

Indice iniziale della selezione del testo.

Si applica a