Picture Property (AThumb)

Returns or sets a Picture object to be displayed as the custom picture on the object.

Syntax

Object.Picture [ = picPicture ]

The Picture property syntax has the following parts:

 

Name

Type

Description

Object

AThumb

AThumb object

picPicture

APicture

A picture object.

Comments

The default is no picture.

Example

The following statement changes the AThumb's Picture to a given image file:

tmb1.Picture = LoadPicture ("c:\dirname\filename.bmp")

Applies to

AThumb

See Also

AImage, APicture