SetImages

                                      +-0-----+     +-0------+
>>-aTabControl~SetImages(--bitmap--,--+-------+--,--+--------+--)-><
                                      +-width-+     +-height-+


The SetImages method assigns an image list to a tab control.

Arguments:

The arguments are:

bitmap

The name of, or the handle to, a bitmap file that is already loaded with LoadBitmap method (see LoadBitmap).

width

The width, in pixels, of each image. If you specify 0 or omit this argument, the width of the image in the image file is used.

height

The height, in pixels, of each image. If you specify 0 or omit this argument, the height of the image in the image file is used.

Return value:

The handle to the previous image list, or 0 for all other cases.