transparent

Type: Boolean

Availability: Read or write at any time

The transparent property applies to the CheckBox, Frame, GroupBox, Label, OptionButton, Picture, and WebHTML controls.

Setting the transparent property to true causes the control to be placed above all other sibling controls and the controls or form underneath to be visible. The background area of the control is not painted. The control still responds to all mouse actions over the transparent areas.

The uses of this property are:

This property requires more overhead, as the transparent area receives multiple paints, and changing the transparent control requires additional access to determine which windows are affected.

When controls are removed from a transparent parent in the JADE Painter (either by being dragged off the parent or deleted), the Painter must refresh the transparent control, as it is not refreshed by Windows.

The transparent property for a Web picture on a Label control is set to true when the hotspot is created.

This property applies only to HTML on Web pages accessed using Internet Explorer 4.0 (or higher).