ATTR_CELL_MODE (Control)
| Type: | Control attribute |
| Description: | Specifies the default mode of new table cells when ATTR_TABLE_MODE is set to VAL_GRID. |
| Control Types: | Tables. |
| Data Type: | integer |
| Default Value: | VAL_HOT |
| LabWindows/CVI Compatibility: |
LabWindows/CVI 5.5 and later |
Values
| VAL_INDICATOR | The cell can be changed programmatically, but operator action cannot generate commit or value changed events. |
| VAL_HOT | The cell can be operated by the user or changed programmatically. User action can generate commit or value changed events. |