Gets or sets the image displayed in all instances of this shape.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Picture() As IPictureDisp |
C++
Copy Code
|
|---|
public: |
A picture object. The default is null (Nothing in Visual Basic).
RemarksThe image is displayed in the rectangle specified via SetPictureRect. If the Picture property of a box is set, it overrides the image specified in the shape definition.
See Also