Constant Value | Description | Numeric Equivalent |
---|---|---|
TDB_DEFAULT | Specifies that the TextLabel is truncated at the edge of the ButtonField | 0 |
TDB_END_ELLIPSIS | Specifies an ellipses with trailing spaces at the end of the button text | 1 |
TDB_PATH_ELLIPSIS | Specifies that the center is removed from the string and replaced by an ellipsis | 2 |
TDB_WORD_ELLIPSIS | Specifies that the TextLabel is truncated at the beginning of the last word that is inside the ButtonField, followed by an ellipsis | 4 |