Engine.Images
- Updated2025-04-09
- 1 minute(s) read
Engine.Images
Syntax
Engine.Images
Data Type
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.