DT_WORDBREAK top-level constant

int const DT_WORDBREAK

Breaks words. Lines are automatically broken between words if a word would extend past the edge of the rectangle specified by the lpRect parameter. A carriage return-line feed sequence also breaks the line.

Implementation

const DT_WORDBREAK = 0x0010;