This property returns the content of the image control.
object.SPicture
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISImage interface |
Display some information about the image control, including the RTF presentation of its content.
Dim aImage
Dim aPicture
Dim aImageInfo
Set aImage = Form.Controls_("Image2")
set aPicture = aImage.SPicture
aImageInfo =_
"Type Name: " & aImage.TypeName & vbNewLine &_
"ShortName: " & aImage.ShortName & vbNewLine &_
"Picture as RTF text: " & aPicture.GetPictureAsRTFText
Profile.MsgBox(aImageInfo) In Profile Client v8 on User Interface SPicture can be found in .