Picture Property (ATabPage)

Returns or sets the background picture for the object.

Syntax

Object.Picture [ = pic ]

The Picture property syntax has the following parts:

 

Name

Type

Description

Object

ATabPage

ATabPage object

pic

APicture

A picture object. The default is no picture.

Comments

The Picture image is displayed as the tab page background image. The picture can either be:

Example

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

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

Applies to

ATabPage

See Also

APicture