The requested page is not available for selected version.
DeselectAt
Syntax
long DeselectAt(int index)
Description
Deselect an item in the list.
Parameters
index
Integer value specifying the index of item from the list. Note that index numbering begins with 1.
Return Value
Return 0 if the call is successful; otherwise, -1..
Notes
- This method is applicable to both ListBox and ListView controls.
- This method can be applied only to lists that allow multiple selection.