Possible Duplicate:
TreeView Remove CheckBox by some Nodes
In my C# Windows Form Application, I have Treeview control with checkboxes.
I want to prevent the user from checking particular nodes' checkboxes. How can stop the user from being able to check particular ones?