|
-
May 5th, 2003, 03:16 AM
#1
Thread Starter
Addicted Member
CheckedListBox question?
I have checkedlistbox control and checkOnClick property is set to false. Question is: when user select one item in checkedlistbox how to determine is selectedItem checked or not?
regard j
-
May 5th, 2003, 03:40 AM
#2
Fanatic Member
You could see if it's in CheckedListBox.CheckedItems ...
If checkedListBox1.CheckedItems.Contains(checkedListBox1.SelectedItem) = False Then
(SelectedItem may need to be converted to string first...)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|