BBjListBox::deselectIndex
Description
Deselects an item from the list in the BBjListBox control.
Syntax
Return Value |
Method |
void |
deselectIndex(int index) |
Parameters
Variable |
Description |
index |
Specifies the 0-based index of the item in the list to be deselected. |
Return Value
None.
Remarks
If multiple selection is allowed, then the selection at the specified index will be removed. Otherwise, all items will be deselected.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.