Partager via


RichEditBoxSelectionChangingEventArgs.SelectionStart Propriété

Définition

Obtient l’index de départ de la sélection de texte.

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

Valeur de propriété

Int32

int

Index de départ de la sélection de texte.

S’applique à