Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.21 BackStyle Property

Description:

Indicates whether the background is visible through the control.

Used in control(s):

Animation

Graph

Image

Label

MCI

Shape

StaticText

Table

TextBox

Values (with constants):

0 - Transparent(POW-BACKSTYLE-TRANSPARENT)
1 - Opaque (POW-BACKSTYLE-OPAQUE)

Shape

Additional value:

2 - Half transparent(POW-BACKSTYLE-TRANSLUCENT)

TextBox

It is only effective when the EditableLabel property is True and the MultiLine property is False.

Default value:

Shape

0 - Transparent (POW-BACKSTYLE-TRANSPARENT)

Others

1 - Opaque (POW-BACKSTYLE-OPAQUE)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_I2

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

For the StaticText

POW-TRANSPARENTPIC S9(4) COMP-5