Image Property (AControl)

Version 5

 

Returns a picture object of the object's image.

Syntax

[ obImage = ] Object.Image

The Image property syntax has the following parts:

 

Name

Type

Description

Object

A control

A control object

obImage

Object

A picture object which is contained in  this control object.

Comments


Example

The following statement retrieves a picture:

obImage = ctrl.Image

Applies to

Any control which supports the Image property.

See Also