SS_PATHELLIPSIS top-level constant

  1. @Deprecated('Use STATIC_STYLES.SS_PATHELLIPSIS instead')
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

@Deprecated('Use STATIC_STYLES.SS_PATHELLIPSIS instead')
const SS_PATHELLIPSIS = 0x00008000;