AddEntryMode determines how data is added to the edit box
Member of Multi-line Edit Box (PRIM_MEMO)
Data Type - Enumeration
The AddEntryMode determines how data is added to the memo.
Enum Value | Description |
---|---|
OnePerLine | Only one entry per line. MaximumLineLength is governed by the column with a ColumnRole of data |
MultiplePerLine | Text can be continuous. Enter will create a new item. MaximumLineLength is very large |
Febuary 18 V14SP2