/ Forums / Advansys Formativ / Creating Solutions with Formativ / Multiple Select in CheckListBox / Reply To: Multiple Select in CheckListBox
October 28, 2004 at 12:56 am
#7052
Problem is solved.
In the new CheckListBox there is no property for the Multiselect.
You have to do this by yourself. Catch the Event “OnClick” and
call the UnCheckAll method.
This works only for the Raise-Components (Enhanced-Tab).
Thank’s for your help.