StaticText::Truncation Enum
enum Truncation { NoTruncate = DG_IS_NOTRUNC, EndTruncate = DG_IS_TRUNCEND, MiddleTruncate = DG_IS_TRUNCMIDDLE };
Value Definitions
- NoTruncate
No truncation. - EndTruncate
Truncates at the end. - MiddleTruncate
Truncates in the middle (leaves the same number of characters from both ends of the text).