Image.Picture Property (Outlook Forms Script)

Returns a String that specifies the full path name of a bitmap to display on a control. Read-only.

Syntax

expression.Picture

expression A variable that represents an Image object.

Remarks

You must use the control's property page to assign a bitmap to the Picture property. You cannot use the Visual Basic LoadPicture function to assign a bitmap to Picture.

To remove a picture that is assigned to a control, click the value of the Picture property in the property page and then press DELETE. Pressing BACKSPACE will not remove the picture.

Use the PictureSizeMode property to determine how the picture fills the object.

Transparent pictures sometimes have a hazy appearance. If you don't like this appearance, display the picture on a control that supports opaque images. Image supports opaque images.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.