Checked List Box

  • Thread starter Thread starter Stephan Zaubzer
  • Start date Start date
S

Stephan Zaubzer

Does anybody know a way to change the checked status of an item in a
checkedListBox by code and not by clicking it?
Regards
Stephan
 
Stephan said:
Does anybody know a way to change the checked status of an item in a
checkedListBox by code and not by clicking it?
Regards
Stephan

Try method SetItemChecked().
 
Well, if you look at the documentation for the 'CheckedListBox' class, you
will see that there are member methods 'SetItemChecked' and
'SetItemCheckedState'.

-mdb
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top