SS_PATHELLIPSIS top-level constant

int const SS_PATHELLIPSIS

Replaces characters in the middle of the string with ellipses so that the result fits in the specified rectangle.

If the string contains backslash () characters, SS_PATHELLIPSIS preserves as much as possible of the text after the last backslash. Using this style will force the control's text to be on one line with no word wrap.

Implementation

const SS_PATHELLIPSIS = 0x00008000;