BBjListBox::insertItemAt
Description
Inserts an item into the list of the BBjListBox control.
Syntax
Return Value |
Method |
void |
insertItemAt(int index, string item) |
Parameters
Variable |
Description |
index |
Specifies the 0-based index at which the item will be inserted. |
item |
Specifies the item to be added. |
Return Value
None.
Remarks
Each item with an index greater than or equal to the specified index is shifted upward to have an index one greater than the value it had previously.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.