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:
virtual void Select(int start, int length) = Select;
void Select(int const& start, int const& length);
public void Select(int start, int length);
function select(start, length)
Public Sub Select (start As Integer, length As Integer)
Paramètres
- start
-
Int32
int
Index de base zéro du premier caractère de la sélection.
- length
-
Int32
int
Longueur de la sélection, en caractères.