BBjControl::setBackColor
Description
Sets the background color for the BBjControl.
Syntax
| Return Value | Method |
|---|---|
|
void |
setBackColor(BBjColor color!) |
Parameters
| Parameter | Description |
|---|---|
|
color! |
Color of the BBjControl's background. |
Return Value
None.
Remarks
In BBj 18.20 and higher, setBackColor and
setOpaque
are completely independent of each other
by default. In previous versions of BBj, setBackColor automatically forced
setOpaque
(true). To reinstate the original behavior,
set the
BACKCOLOR_SETS_OPAQUE !COMPAT
setting to
TRUE
.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.