CEdit::GetRect

Call this function to get the formatting rectangle of an edit control.

void GetRect(
   LPRECT lpRect 
) const;

Parameters

  • lpRect
    Points to the RECT structure that receives the formatting rectangle.

Remarks

The formatting rectangle is the limiting rectangle of the text, which is independent of the size of the edit-control window.

The formatting rectangle of a multiple-line edit control can be modified by the SetRect and SetRectNP member functions.

For more information, see EM_GETRECT in the Windows SDK.

Example

See the example for CEdit::LimitText.

Requirements

Header: afxwin.h

See Also

Reference

CEdit Class

Hierarchy Chart

CEdit::SetRect

CEdit::SetRectNP

Other Resources

CEdit Members