Compartir a través de


ITextProvider2.GetCaretRange(Boolean) Método

Definición

Recupera un intervalo de texto de longitud cero en la ubicación del símbolo de intercalación que pertenece al control basado en texto.

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

Parámetros

isActive
Boolean

bool

true si el control basado en texto que contiene el símbolo de intercalación tiene el foco del teclado; de lo contrario, false.

Devoluciones

Intervalo de texto que representa la ubicación actual del símbolo de intercalación que pertenece al control basado en texto.

Se aplica a