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 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 |
LabWindows/CVI Compatibility: |
LabWindows/CVI 3.0 and later |
Values
0 | False |
1 | True |