CWnd::GetCaretPos

Retrieves the client coordinates of the caret's current position and returns them as a CPoint.

static CPoint PASCAL GetCaretPos( );

Return Value

CPoint object containing the coordinates of the caret's position.

Remarks

The caret position is given in the client coordinates of the CWnd window.

Requirements

Header: afxwin.h

See Also

Reference

CWnd Class

Hierarchy Chart

GetCaretPos

Concepts

CWnd Members