CPoint GetCharPos( long lChar ) const;
Return Value
The location of the top-left corner of the character specified by lChar.
Parameters
lChar
Zero-based index of the character.
Remarks
Call this function to get the position (top-left corner) of a given character within this CRichEditCtrl object. The character is specified by giving its zero-based index value. If lChar is greater than the index of the last character in this CRichEditCtrl object, the return value specifies the coordinates of the character position just past the last character in this CRichEditCtrl object.
For more information, see EM_POSFROMCHAR in the Win32 documentation.
CRichEditCtrl Overview | Class Members | Hierarchy Chart
See Also CRichEditCtrl::FindText