property MenuButton.Picture as Variant
Retrieves or sets the control's picture.

TypeDescription
Variant A Picture object that indicates the control's background picture, or a string expression that indicates the file name of the picture file.

Use the Picture method to load a picture on the control's background. Use the PictureAlignment to align the control's picture. The following sample loads a picture on the control's background:

MenuButton1.Picture = "c:\winnt\zapotec.bmp"