EM_GETRECT top-level constant

int const EM_GETRECT

Gets the formatting rectangle of an edit control.

The formatting rectangle is the limiting rectangle into which the control draws the text. The limiting rectangle is independent of the size of the edit-control window. You can send this message to either an edit control or a rich edit control.

Implementation

const EM_GETRECT = 0x00B2;