Available in the LEADTOOLS Imaging toolkit. |
PaintWhileLoad property (Main Control)
Visual
Basic example
Visual C++ 4.0 example
Visual J++ example
Syntax 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