TextBox.SelectionStart Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la position de départ du texte sélectionné dans la zone de texte. Lorsque selectionLength a la valeur 0 (il n’y a pas de texte sélectionné), la propriété SelectionStart correspond à la position du curseur.
public:
property int SelectionStart { int get(); void set(int value); };
int SelectionStart();
void SelectionStart(int value);
public int SelectionStart { get; set; }
var int32 = textBox.selectionStart;
textBox.selectionStart = int32;
Public Property SelectionStart As Integer
<TextBox SelectionStart="int"/>
Valeur de propriété
Int32
int
Position de départ de la sélection actuelle ou position actuelle du curseur.