Transparent property


Available for Static, Image, ToolBar and SysLink objects.

Read/Write only at design time

Specifies whether the object has a transparent background or not. It can be one of the following values:

TRUE     The object has a transparent background.
FALSE   The object does not have a transparent background (default).


REMARKS: Static and Image objects are intended for showing, respectively, text and pictures. If so, Easy Code takes care of updating the background even when it is set to transparent. However, if you draw graphics on any of them (not recommended), you are responsible for updating the control content by intercepting and processing the WM_PAINT message.