Show ellipses for truncated text
Member of Check Box (PRIM_CKBX)
Data Type - Enumeration
The Ellipses property specifies how text will appear if it does not fit with the control.
Enum Value | Description |
---|---|
End | If the end of a string does not fit in the label, 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 label, it is truncated without ellipses. |
None | The caption 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