multiCheck Method
Purpose:
Tells a Listview control whether to allow the user to check multiple records.
Syntax:
.multicheck = onoff
Comments:
Example:
lis.multicheck = 0 // only allow one checked item at a time
lis.multicheck = 1 // allow multiple checked items
lis.multicheck = -1 //checked items is disabled