Check Box - Ellipses Property

Show ellipses for truncated text

Member of Check Box (PRIM_CKBX)

Data Type - Enumeration

Details

The Ellipses property specifies how text will appear if it does not fit with the control.

Allowed Values

Enum ValueDescription
EndIf 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.
NoneThe caption is truncated. No ellipses are shown
PathCharacters 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.
WordText is truncated and ellipses are added


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2