enum ParentRef { prNone, prPrev, prNext, prPos };
Indicates the position of a parent formatter.
Members |
Description |
prNone |
No parent formatter. |
prPrev |
Previous position of the formatter (relative position). |
prNext |
Next position of the formatter (relative position). |
prPos |
Absolute position of the formatter (from the left). This position can be retrieved via the GetParentRef call. |
SF_MsgFormat.h