Share via


TextBoxSelectionChangingEventArgs.SelectionStart Eigenschaft

Definition

Ruft den Anfangsindex der Textauswahl ab.

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

Eigenschaftswert

Int32

int

Der Anfangsindex der Textauswahl.

Gilt für: