LoadType Property
Object List Next Object
Defined By: Bitmap
Description:
Indicates how to create the bitmap. There are three possible values.
Details:
The available values for the LoadType property are as follows:
Setting Description
- - ResourceBased Bitmap is specified by a resource Id (ResId) in resource file (FileName).
- - FileBased Bitmap is specified by a .BMP file given as FileName.
- - MemoryBased Bitmap information is maintained by the Bitmap object.
Data Type: Enum - BitmapLoadType
See Also: FileName property