BBjMDI::setBackgroundImageFile
Description
In BBj 17.0 and higher, this method places one or more background images on the MDI desktop.
Syntax
Return Value |
Method |
---|---|
void |
setBackgroundImageFile(int location, String filename) |
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. |
|||||||||||||||||||||||||||||||||
filename |
Specifies the background image to be displayed at the specified location, or null() to remove a background image. |
Return Value
None.
Remarks
This method can be called from either the BBjMDI master process or from a BBjMDI client process. The original setBackgroundImage method depends on process-specific BBjImage references, so it can only be called from the BBjMDI master process.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.