EM_SETRECT top-level constant

int const EM_SETRECT

Sets the formatting rectangle of a multiline 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.

This message is processed only by multiline edit controls. You can send this message to either an edit control or a rich edit control.

Implementation

const EM_SETRECT = 0x00B3;