ATTR_TABLE_RUN_STATE
Type: | Control attribute |
Description: | Allows programmatic control of the run state of the table. The run state determines the table's response to mouse and keyboard input. |
Control Types: | Tables. |
Data Type: | integer |
Default Value: | VAL_SELECT_STATE |
LabWindows/CVI Compatibility: |
LabWindows/CVI 5.5 and later |
Values
VAL_SELECT_STATE | The table run state is set for cell selection. |
VAL_EDIT_STATE | The table run state is set for cell editing. This state is not valid if the table contains no cells, or if the active cell is in indicator mode or is dimmed. |