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