Push Button - Ellipses Property

Show ellipses for truncated text

Member of Push Button (PRIM_PHBN)

Data Type - Enumeration

Details

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

Allowed Values

Enum ValueDescription
EndText 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.
NoneThe text 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