ATTR_DISABLE_TREE_TOOLTIPS
Type: | Control attribute |
Description: | Determines whether tooltips appear when you hover the mouse cursor over the item label if there is not enough space in the tree or tree column to show the entire label. The attribute also determines whether tooltips associated with tree cells are displayed. To enable or disable tooltips associated with the tree control, use ATTR_DISABLE_CTRL_TOOLTIP. 0 = Enable tooltips 1 = Disable tooltips |
Control Types: | Trees. |
Data Type: | integer |
Default Value: | 0 |
LabWindows/CVI Compatibility: |
LabWindows/CVI 7.0 and later |
Values
0 | False |
1 | True |