Admin Production ni-theme
Current Publication

ATTR_MARK_REFLECT

LabWindows/CVI

ATTR_MARK_REFLECT

Type: Control attribute
Description: Determines whether the mark state of one item will affect the mark state of its ancestors and descendents. Items with check boxes only affect other items with check boxes, and items with radio buttons only affect other items with radio buttons.

If an item with a check box is checked or unchecked, then all its descendents will also be checked or unchecked. If all the descendents of an item are checked, then the item will also be checked. If one but not all descendents are checked, then the parent item will be partially checked.

If an item with a radio button is marked or unmarked, then all its ancestors and descendents will also be marked or unmarked.

0 = Disable mark reflect

1 = Enable mark reflect
Control Types: Trees.
Data Type: integer
Default Value: 0
LabWindows/CVI
Compatibility:
LabWindows/CVI 7.0 and later

Values

0 False
1 True