Returns or sets a picture object reference that determines the picture to be displayed.
Syntax:
HeaderObject.Picture [= Picture Object]
The Picture Property (Header Object) syntax has these parts:
| Part |
Description |
| HeaderObject |
An object expression that evaluates to a Header object. |
| Picture Object |
A stdPicture object in Visual Basic 6, a LPPICTUREDISP in MFC, a reference to a System.Drawing.Image object in .Net languages. |
Remarks:
This property determines the image that is visible in the Header object. In Visual Basic 6 a stdPicture reference can be passed, in MFC a LPPICTUREDISP, and in .Net Languages a reference to a System.Drawing.Image object.