This function changes the z-order of the specified image control (sends it to the back).
object.SendToBack
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISImage interface |
Send the specified image control to the back.
Dim aImage
Set aImage = Form.Controls_("Image1")
aImage.SendToBack
The image control is always behind the window controls.
This macro should be executed in any event handler of the form control.