EM_SETWORDBREAKPROC top-level constant

int const EM_SETWORDBREAKPROC

Replaces an edit control's default Wordwrap function with an application-defined Wordwrap function.

You can send this message to either an edit control or a rich edit control.

Implementation

const EM_SETWORDBREAKPROC = 0x00D0;