Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Highlights a range of text that is displayed in the current edit control.
void SetHighlight(
int ichStart,
int ichEnd
);
Parameters
Parameter |
Description |
|---|---|
[in] ichStart |
Zero-based index of the first character in the range of text to highlight. |
[in] ichEnd |
Zero-based index of the last character in the range of text to highlight. |
Remarks
This method sends the EM_SETHILITE message, which is described in the Windows SDK.
Requirements
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.