The property is True if the image is centered in the image control.
object.Center
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISImage interface |
bool
Display Center for the image control.
Dim aImage
Dim aImageInfo
Set aImage = Form.Controls_("Image2")
aImageInfo =_
"Type Name: " & aImage.TypeName & vbNewLine &_
"ShortName: " & aImage.ShortName & vbNewLine &_
"Center: " & aImage.Center
Profile.MsgBox(aImageInfo)
In Profile Client v8 on User Interface Center can be found in
.