TextBox.Select(Int32, Int32) Méthode
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.
Sélectionne une plage de texte dans la zone de texte.
public:
void Select(int start, int length);
public void Select (int start, int length);
member this.Select : int * int -> unit
Public Sub Select (start As Integer, length As Integer)
Paramètres
- start
- Int32
L'index de caractère de base zéro du premier caractère de la sélection.
- length
- Int32
Longueur de la sélection, en caractères.
Exceptions
start
ou length
est un nombre négatif.