ATTR_WRAP_MODE (Cell)
Type: | Cell attribute |
Description: | The wrap mode for the table cell. |
Data Type: | integer |
Default Value: | VAL_LINE_WRAP |
LabWindows/CVI Compatibility: |
LabWindows/CVI 5.5 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. |