Hi,
I currently using the following code to toggle the selection mode of a looper control between Single and Multiselection.
IF CBOX_MultiSel = True THEN
LOOP_Images..Multiselection = True
ELSE
LOOP_Images..Multiselection = False
END
The above code does not work if the "Multi-selection via simple click" option is ticked. I would like to toggle the "Multi-selection via simple click" option via code but could not find any properties to modify this. Does anyone know how to do this?
Screenshot
Regards
Ray.
I currently using the following code to toggle the selection mode of a looper control between Single and Multiselection.
IF CBOX_MultiSel = True THEN
LOOP_Images..Multiselection = True
ELSE
LOOP_Images..Multiselection = False
END
The above code does not work if the "Multi-selection via simple click" option is ticked. I would like to toggle the "Multi-selection via simple click" option via code but could not find any properties to modify this. Does anyone know how to do this?
Screenshot
Regards
Ray.