Multi-line Edit Box - AddEntryMode Property
AddEntryMode determines how data is added to the edit box
Member of Multi-line Edit Box (PRIM_MEMO)
Data Type - Enumeration
Details
The AddEntryMode determines how data is added to the memo.
Allowed Values
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 |