ISImage.BringToFront

Description

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

Syntax

object.BringToFront

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

Example

Bring the specified image control to the front.

Dim aImage

Set aImage = Form.Controls_("Image1")
aImage.BringToFront  
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