BBjMDI::setBackgroundImage
Description
In BBj 15.0 and higher, this method places one or more background images on the MDI desktop.
Syntax
Return Value |
Method |
---|---|
void |
setBackgroundImage(int location, BBjImage image) |
Parameters
Variable |
Description |
|||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
location
|
One of the following image locations:
Multiple image locations are painted to the desktop in the numeric order of these constants. A FILL image will appear under any other images. |
|||||||||||||||||||||||||||||||||
image |
Specifies the background image to be displayed at the specified location, or null() to remove a background image. |
Return Value
None.
Remarks
This method depends on process-specific BBjImage references, so it can only be called from the BBjMDI master process. In BBj 17 and higher, setBackgroundImageFile is available, and can be called from either the BBjMDI master process or from a BBjMDI client process.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.