Gets or sets the image that is assigned to the Picture property of new boxes.
SyntaxVB6
Copy Code
|
|---|
Public Property Get BoxPicture() As IPictureDisp |
C++
Copy Code
|
|---|
public: |
A picture object. The default is null (Nothing in Visual Basic).
RemarksSetting this property does not affect existing boxes. Its value is assigned to the Picture property of a box when the box is created either interactively or programmatically.
See Also