ITextProvider2.GetCaretRange(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.
Récupère une plage de texte de longueur nulle à l’emplacement de l’insertion qui appartient au contrôle textuel.
public:
ITextRangeProvider ^ GetCaretRange([Out] bool & isActive);
ITextRangeProvider GetCaretRange([Out] bool & isActive);
public ITextRangeProvider GetCaretRange(out bool isActive);
Public Function GetCaretRange (ByRef isActive As Boolean) As ITextRangeProvider
Paramètres
- isActive
-
Boolean
bool
true si le contrôle textuel qui contient l’insertion a le focus clavier ; sinon, false.
Retours
Plage de texte qui représente l’emplacement actuel de l’insertion qui appartient au contrôle textuel.