BBjControl::isOpaque
Description
In BBj 3.00 and higher, this method returns the opaque property of the BBjControl.
Syntax
| Return Value | Method |
|---|---|
|
boolean |
isOpaque() |
Parameters
None.
Return Value
Returns true (1) if the control is opaque.
Returns false (0) if the control is not opaque (transparent).
Remarks
By default, the BBjControl is opaque.
Example
|
See Also
EVENTMASK Mnemonic - Change Event Mask
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.