UseTransparentColor property (Main Control)

Visual Basic example
Visual C++ 4.0 example

Visual J++ example

Syntax BOOL UseTransparentColor

Overview:  Refer to Using Special Effects When Painting.

Remarks

THIS PROPERTY IS NOW OBSOLETE. IT HAS BEEN REPLACED WITH THE BITMAPENABLETRANSPARENCY PROPERTY

(Persistent property, available at design time) Determines whether a transparent color is used when painting an image or transition. 

Value

Meaning

TRUE

Implement transparency. Do not paint the color specified by the BitmapTransparentColor property.

FALSE

Do not implement transparency.

See Also

Elements:  PaintEffect property, TransitionEffect property, Transparent property

Topics:  Raster Images: Implementing Special Effects