BBjSysGui::addImageList
Description
In BBj 5.00 and higher, this method creates a new image list used by various controls, including grids and tabs.
Syntax
Return Value |
Method |
---|---|
void |
addImageList(int id, int width, BBjImage image) |
Parameters
Variable |
Description |
---|---|
id |
The imagelist id is a unique integer. |
width |
Width in pixels of the images in the image file. |
image |
The image. |
Return Value
None.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.