ISImage.SendToBack

Description

This function changes the z-order of the specified image control (sends it to the back).

Syntax

object.SendToBack

Part Attribute Type Description
object Required
The object always implements the ISImage interface

Example

Send the specified image control to the back.

Dim aImage

Set aImage = Form.Controls_("Image1")
aImage.SendToBack  
Note:

The image control is always behind the window controls.

This macro should be executed in any event handler of the form control.

Version information

Added in v7.8.0