Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CEdit::GetRect
CEdit                                       Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  void GetRect( LPRECT lpRect ) const;
 
  Parameter   Description
 
  <lpRect>    Points to the RECT structure that receives the formatting
              rectangle.
 
  Remarks
 
  Gets the formatting rectangle of an edit control. 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.
 
  See Also
 
  CEdit::SetRect, CEdit::SetRectNP, EM_GETRECT
 
 
                                     -♦-