BBjMenuButton::setImage
Description
In BBj 7.0 and higher, this BBjMenuButton method sets the image to display in the menu button.
Syntax
|
Return Value |
Method |
|
void |
setImage(BBjImageimage) |
Parameters
|
Variable |
Description |
|
image |
The BBjImage to display in the menu button. |
Return Value
None.
Remarks
Unlike the setImageFile() method, the setImage() method does not clear any previously set button text.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.