Setting SelectionMode Property to "MultiSimple" causes:

Invalid Property Value
Multi selection not supported on CheckedListBox.

The documentation that I have read says it should work.

Any Ideas
Thanks

CheckedListBox by Pooran

Pooran
Fri Dec 12 13:38:25 CST 2003

Hi Greg,
Try it in code
checkedListBox1.SelectionMode = SelectionMode.MultiSimple;

Hope that helps
Have a great day :)
R. Pooran Prasad
Itreya Technologies Pvt Ltd.,
Mail: pooran.prasad@itreya.com.REMOVETHIS
Phone(Off) : +91 80 5200179/80/81/82/83 Extn: 42
Mobile: +91 98860 29578

>-----Original Message-----
>Setting SelectionMode Property to "MultiSimple" causes:
>
>Invalid Property Value
>Multi selection not supported on CheckedListBox.
>
>The documentation that I have read says it should work.
>
>Any Ideas
>Thanks
>
>.
>

CheckedListBox by Pooran

Pooran
Fri Dec 12 13:57:19 CST 2003

Hi Greg,
For CheckedListBox objects, multiple selection is not
supported. You can set the mode to one item or no items. :(
Check
http://msdn.microsoft.com/library/default.asp?url=3D/library/en-us/cpref/=
html/frlrfsystemwindowsformscheckedlistboxclasstopic.asp
for details

Hope that helps
Have a great day :)
R. Pooran Prasad
Itreya Technologies Pvt Ltd.,
Mail: pooran.prasad@itreya.com.REMOVETHIS
Phone(Off) : +91 80 5200179 Extn: 42
Mobile: +91 98860 29578
=20