SS_ENDELLIPSIS top-level constant

  1. @Deprecated('Use STATIC_STYLES.SS_ENDELLIPSIS instead')
int const SS_ENDELLIPSIS

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. Using this style will force the control's text to be on one line with no word wrap. Compare with SS_PATHELLIPSIS and SS_WORDELLIPSIS.

Implementation

@Deprecated('Use STATIC_STYLES.SS_ENDELLIPSIS instead')
const SS_ENDELLIPSIS = 0x00004000;