SS_WORDELLIPSIS top-level constant

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

Truncates any word that does not fit in the rectangle and adds ellipses. Using this style will force the control s text to be on one line with no word wrap.

Implementation

@Deprecated('Use STATIC_STYLES.SS_WORDELLIPSIS instead')
const SS_WORDELLIPSIS = 0x0000C000;