ATTR_WRAP_MODE (Control)
| Type: | Control attribute |
| Description: | The wrap mode for the control. When used on a table, it refers to the default state of new cells when ATTR_TABLE_MODE is set to VAL_GRID. |
| Control Types: | Tables, text boxes. |
| Data Type: | integer |
| Default Value: | VAL_LINE_WRAP |
| LabWindows/CVI Compatibility: |
LabWindows/CVI 3.0 and later |
Values
| VAL_CHAR_WRAP | Wrap text to a new line after the last character that fits on the line. |
| VAL_LINE_WRAP | Wrap text to a new line only after a newline character. |
| VAL_WORD_WRAP | Wrap text to a new line after the end of the last whole word that fits on the line. |