BitmapEnableTransparency property (Main Control)

Visual Basic example
Visual C++ 4.0 example
Access 2.0 example

Access 95, 97 example
Visual J++ example

Syntax BOOL BitmapEnableTransparency

Overview:  Refer to Playing an Animation.

Remarks

Enables or disables the use of a transparent color when playing an animation.

The color is specified by the BitmapTransparentColor property. The use of transparency can be different for each bitmap in a list (but it is usually the same).

Value

Meaning

TRUE

Enable transparency.

FALSE

Disable transparency.

See Also

Elements:  BitmapDelay property, BitmapDisposalMethod property, BitmapTransparentColor property

Topics:  Raster Images: Playing Animated Images
Implementing Transparency