Engine.LargeImageList
Returns the windows handle for the TestStand list of large images.
The TestStand Engine maintains lists of images that consist of all icons from the <TestStand>\Components\NI\Icons and <TestStand>\Components\User\Icons directories and images added using AddImage. TestStand evaluates each image and places it in the list of large images or 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 Windows Platform SDK to access the images in the list. Use this property as an alternative to using the Images collection.
![]() | Note You can only access this image list from the process that created it, which is the process that created the engine. |