Поделиться через


CEdit::GetHighlight

Gets the indexes of the first and last characters in a range of text that is highlighted in the current edit control.

BOOL GetHighlight(
          int* pichStart, 
          int* pichEnd
) const;

Параметры

Parameter

Description

[out] pichStart

Zero-based index of the first character in the range of text that is highlighted.

[out] pichEnd

Zero-based index of the last character in the range of text that is highlighted.

Возвращаемое значение

true if this method is successful; otherwise, false.

Заметки

This method sends the EM_GETHILITE message, which is described in the Windows SDK.

Требования

Header: afxwin.h

This control is supported in Windows Vista and later.

Additional requirements for this method are described in Build Requirements for Windows Vista Common Controls.

См. также

Основные понятия

CEdit Class

CEdit Members

Hierarchy Chart

CEdit::SetHighlight

EM_GETHILITE