BBjListBox::selectIndex
Description
Selects an item in the list of the BBjListBox control.
Syntax
Return Value |
Method |
void |
selectIndex(int index) |
Parameters
Variable |
Description |
index |
Specifies the 0-based index of the item to be selected. |
Return Value
None.
Remarks
If multiple selection is allowed, then calling this method will add the selection. Otherwise, calling this method will change any current selection to this item.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.