MaskedTextBox.GetCharFromPosition(Point) 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.
Récupère le caractère le plus proche de l'emplacement spécifié dans le contrôle.
public:
override char GetCharFromPosition(System::Drawing::Point pt);
public override char GetCharFromPosition (System.Drawing.Point pt);
override this.GetCharFromPosition : System.Drawing.Point -> char
Public Overrides Function GetCharFromPosition (pt As Point) As Char
Paramètres
- pt
- Point
Emplacement à partir duquel rechercher le caractère le plus proche.
Retours
Caractère situé à l'emplacement spécifié.