Returns or sets the 'ImageList' control to be used for storing images displayed on the tab.
[ imglst = ] Object.ImageList
The ImageList property syntax has the following parts:
|
Name] |
Type |
Description |
|
Object |
ATab |
ATab control |
|
imglst |
the AImageList to be used for the object ATab. |
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