PaintWhileLoad property (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

VARIANT_BOOL PaintWhileLoad

Overview

Refer to Loading a Bitmap from a File.

Remarks

(Persistent property, available at design time) Causes the bitmap to paint while the image file is loading. This lets the user see the progress of the load.

This property works only when the display mode is 32K colors (16-bit) or higher.

Setting

Description

TRUE

Paint the bitmap while the image is loading.

FALSE

Paint the bitmap when the image is finished loading.

See Also

Topics:

Raster Images: Loading Files