Transparency (picture controls in DataWindows)

Description

Settings for the transparency of a picture control. This feature is not supported in the RichText and OLE processing styles. WebForms are also not supported.

Applies to

Picture controls

Syntax

PowerBuilder dot notation:

dw_control.Object.controlname.Transparency

Describe and Modify argument:

"controlname.Transparency { = ' value ' }"

Parameter

Description

controlname

The name of the picture control in the DataWindow for which you want to specify the percentage transparency.

value

(exp) An integer in the range 0 to 100, where 0 means that the picture is opaque and 100 that it is completely transparent.

Usage


In the painter

Select the control and set the value in the General tab of the Properties view.

Examples

Example 1

dw_1.Object.p_1.Transparency = 50