DT_END_ELLIPSIS top-level constant

int const DT_END_ELLIPSIS

For displayed text, if the end of a string does not fit in the rectangle, it is truncated and ellipses are added. If a word that is not at the end of the string goes beyond the limits of the rectangle, it is truncated without ellipses.

Implementation

const DT_END_ELLIPSIS = 0x00008000;