ATTR_ENTER_IS_NEWLINE (Control)

Type: Control attribute
Description: Specifies whether the <Enter> key causes a newline. If not, the operator of the control must to use <Ctrl-Enter> to create a new line. When used on a table, it refers to the default state of new cells when ATTR_TABLE_MODE is set to VAL_GRID.

0 = <Ctrl-Enter> causes newline

1 = <Enter> or <Ctrl-Enter> causes newline

Control Types: Tables, text boxes.
Data Type: integer
Default Value: 0

Values

0 False
1 True