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
REM Set an image that contains the icon to be displayed in a menu button |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.