EM_SETMARGINS top-level constant

int const EM_SETMARGINS

Sets the widths of the left and right margins for an edit control.

The message redraws the control to reflect the new margins. You can send this message to either an edit control or a rich edit control.

Implementation

const EM_SETMARGINS = 0x00D3;