ImageList Property (ATab)

Returns or sets the 'ImageList' control to be used for storing images displayed on the tab.

Syntax

[ imglst = ] Object.ImageList

The ImageList property syntax has the following parts:

 

Name]

Type

Description

Object

ATab

ATab control

imglst

AImageList

the AImageList to be used for the object ATab.

Example

The following example will set the image list for a tab control:

tab.ImageList=imglstSamllLabel

tab.Pages(0).Image=0

tab.Pages(1).Image=2

Applies to

ATab

See Also