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