Engine.SmallImageList
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
Engine.SmallImageList
Syntax
Engine.SmallImageList
Data Type
Purpose
Remarks
Returns the Microsoft Windows handle for the TestStand list of small 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 small 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.