I have some items in a CheckedListBox, I want to disable the CheckBox of first item in it. i.e. I want to disable the first item in the C
CheckedListBox
CheckBox
C
The CheckedListBox will not work in this way. CheckedListBox.Items is a collection of strings so they cannot be "disabled" as such.
Here are some discussions about possible solutions that might help you: here and here.