TextBox.GetCharacterIndexFromPoint(Point, Boolean) 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.
Retourne l'index de base zéro du caractère le plus proche du point spécifié.
public:
int GetCharacterIndexFromPoint(System::Windows::Point point, bool snapToText);
public int GetCharacterIndexFromPoint (System.Windows.Point point, bool snapToText);
member this.GetCharacterIndexFromPoint : System.Windows.Point * bool -> int
Public Function GetCharacterIndexFromPoint (point As Point, snapToText As Boolean) As Integer
Paramètres
- snapToText
- Boolean
true
pour retourner l’index le plus proche s’il n’existe aucun caractère au point spécifié ; false
pour retourner -1 s’il n’existe aucun caractère au point spécifié.
Retours
Index du caractère qui est le plus proche du point spécifié, ou -1 si aucun index valide n’est trouvé.