Picture Property (AMenu)

Returns or sets a Picture object to be displayed to the left of the menu text.

Syntax

Object.Picture [ = pic ]

The Picture property syntax has the following parts:

 

Name

Type

Description

Object

AMenu

AMenu object

pic

APicture

A picture object. The default is no picture.

Example

The following statement changes the AMenu's Picture to a given image file:

mnu1.Picture = LoadPicture ("c:\dirname\filename.bmp")

Applies to

AMenu

See Also

AImage, APicture