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