Engine.SmallImageListEx
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
Engine.SmallImageListEx
Syntax
Engine.SmallImageListEx
Data Type
Purpose
Returns the Microsoft Windows handle for the TestStand list of small images.
Remarks
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 small images. The type of the variant matches the architecture of the TestStand Engine, for example, VT_UI4 for 32-bit TestStand and VT_UI8 for 64-bit TestStand. 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.