Show ellipses for truncated text
Member of List Button Column (PRIM_LIST.Button)
Data Type - Enumeration
The Ellipses property specifies how text will appear if it does not fit with the control.
Enum Value | Description |
---|---|
End | Text is truncated and ellipses are added. If a word that is not at the end of the string goes beyond the parent bounds, it is truncated without ellipses. |
None | The text is truncated. No ellipses are shown |
Path | Characters in the middle of the string are replaced with ellipses so that the result fits in the label. If the string contains backslash (\) characters, as much as possible of the text after the last backslash is preserved. |
Word | Text is truncated and ellipses are added |
Febuary 18 V14SP2