I have set the options for Check boxes in my TreeView Control (MS Windows Common Controls). In the NodeCheck event of the control, I want to write a code in such a way that; when a Node is Un/checked all child nodes of that node if any should also have the same checked value.
Can anyone please help me on this problem