BBjListBox::setImageAt
Description
In BBj 15.0 and higher, this method sets an image to display beside the text on a specified BBjListBox index.
Syntax
Return Value |
Method |
void |
setImageAt(int index, BBjImage image!) |
Parameters
Variable |
Description |
index |
Specifies the 0-based list index. |
image! |
Specifies the BBjImage that will display on the specified list index, or null() to remove a previously-specified image. |
Return Value
None.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects