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


  1. - ResourceBased Bitmap is specified by a resource Id (ResId) in resource file (FileName).

  2. - FileBased Bitmap is specified by a .BMP file given as FileName.

  3. - MemoryBased Bitmap information is maintained by the Bitmap object.

Data Type: Enum - BitmapLoadType

See Also:
FileName property