Engine.Images

Syntax

Engine.Images

Data Type

Images

Purpose

Returns a reference to an Images object, which is a collection that contains a list of images. The collection specifies the images that TestStand loads from the <TestStand> \Components\Icons and <TestStand Public>\Components\Icons directories, as well as images you add using the Engine.AddImage method. Use the Images.FindImage method to find an image using an image name.

Remarks

You must obtain the Images collection before accessing an image. Use the Images collection as an alternative to the Engine.LargeImageListEx and Engine.SmallImageListEx properties.

See Also

Engine.AddImage

Engine.LargeImageListEx

Engine.SmallImageListEx

Images

Images.FindImage