ATTR_CHECK_MODE
| Type: | Control attribute |
| Description: | Specifies whether the list box has a column on the left in which the user can toggle checkmarks (or checkboxes). Use ATTR_CHECK_STYLE to set the visual style of the check. 0 = Disable check column 1 = Enable check column |
| Control Types: | List boxes. |
| Data Type: | integer |
| Default Value: | 0 |
| LabWindows/CVI Compatibility: |
LabWindows/CVI 3.0 and later |
Values
| 0 | False |
| 1 | True |