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