+-0-----+ +-0------+ >>-aTabControl~SetImages(--bitmap--,--+-------+--,--+--------+--)->< +-width-+ +-height-+
The SetImages method assigns an image list to a tab control.
The arguments are:
The name of, or the handle to, a bitmap file that is already loaded with LoadBitmap method (see LoadBitmap).
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.
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.
The handle to the previous image list, or 0 for all other cases.