BackErase property (Main Control)

Visual Basic example
Visual C++ 4.0 example

Visual J++ example

Syntax BOOL BackErase

Overview:  Refer to Displaying an Image.

Remarks

(Persistent property, available at design time) Causes the bitmap to erase the background before painting. This erases the previous image before displaying the next image. Otherwise, the next image overlaps the previous image.

Setting

Description

TRUE

Erase the background of the control.

FALSE

Do not erase the background of the control.

See Also

Elements:  BitonalScaling property, ForePalette property, PaintDither property, PaintEffect property, PaintPalette property, PaintROP3 property, PaintGamma property, PaintIntensity property, PaintContrast property

Topics:  Raster Images: Displaying Images