Engine.Images
Returns a reference to an Images object. This object is a collection that contains a list of images. The collection specifies the images that TestStand loaded from the <TestStand>\Components\NI\Icons and <TestStand>\Components\User\Icons directories, as well as images added using AddImage. Use Images.FindImage to find an image using an image name.
You must obtain the Images collection before accessing an image. Use the Images collection as an alternative to using LargeImageList and SmallImageList.