LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to disable only one item checkbox from a tree list?

Hi folks!

There is a tree list and each item of this list has its own checkbox. I want to disable or dimmed some items checkboxes, but not all. I know the index of the checkboxes that I want to disable. How do I do it?

Regards.

Gustavo
0 Kudos
Message 1 of 2
(2,958 Views)
    SetTreeItemAttribute(p_intDSPanelHandle, p_intDSControlID, g_intTreeIndex, ATTR_MARK_TYPE, VAL_MARK_NONE);

0 Kudos
Message 2 of 2
(2,951 Views)