Returns or sets a Picture object to be displayed as the custom picture on the object.
Object.Picture [ = picPicture ]
The Picture property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AThumb |
AThumb object |
|
picPicture |
A picture object. |
The default is no picture.
The following statement changes the AThumb's Picture to a given image file:
tmb1.Picture = LoadPicture ("c:\dirname\filename.bmp")