Graphisoft®

Dialog ManagerVersion: 2.0

StaticText::Truncation Enum

The text truncation, if it does not fit into the space.

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).