Engine.LargeImageList

Syntax

Engine.LargeImageList

Data Type

Long

Purpose

Note This property is obsolete. Use the Engine.LargeImageListEx property instead. Calling this property on a 64-bit instance of the TestStand Engine results in an error.

Remarks

Returns the Microsoft Windows handle for the TestStand list of large images.

The TestStand Engine maintains lists of images for all the icons from the <TestStand> \Components\Icons and <TestStand Public>\Components\Icons directories and images you add using the Engine.AddImage method. TestStand separates the images according to size and places each image in the list of large images or in the list of small images.

This method returns a Windows handle, HIMAGELIST, for the list of large images. You can use the image list functions in the Microsoft Windows Platform Software Development Kit to access the images in the list. Use this property as an alternative to using the Images collection.

Note You can access this image list only from the process that created it, which is the process that created the engine.

See Also

Engine.AddImage

Engine.GetImageIndex

Engine.GetImageName

Engine.NumImages

Engine.SmallImageList

Images

Step.LargeIconIndex