I'm using a CheckedListBox in my application. I was wondering what is the fastest way to check wether all or none of the items are checked. I tried to use the ItemChecked event but this happens before the item is being checked or unchecked so I can't use it.
Question
yyy
Hello,
I'm using a CheckedListBox in my application. I was wondering what is the fastest way to check wether all or none of the items are checked. I tried to use the ItemChecked event but this happens before the item is being checked or unchecked so I can't use it.
I'm using c# but I can also convert VB.NET code.
Thanks in advance for your help :)
Link to comment
Share on other sites
1 answer to this question
Recommended Posts