Picture 属性

Specifies the bitmap to display on an object.

语法

对象图片 = LoadPicture (pathname)

“图片”属性语法包含以下部分:

Part 说明
object 必填。 一个有效对象。
pathname 必填。 图片文件的完整路径。

备注

设计窗体时,可使用控件的属性页将位图分配到“图片” 属性。 运行窗体时,必须使用“LoadPicture”函数将位图分配到“图片”

若要删除分配给控件的图片,请单击属性页上的 Picture 属性的值,然后按 Delete。 按 BackSpace 不会删除图片。

注意

For controls with captions, use the PicturePosition property to specify where to display the picture on the object. Use the PictureSizeMode property to determine how the picture fills the object.

Transparent pictures sometimes have a hazy appearance. 如果不喜欢此外观,请在支持不透明图像的控件上显示图片。 图像MultiPage 支持不透明图像。

另请参阅

支持和反馈

有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。