Just comment out the first line of code above the ImageIndex property:
'<System.ComponentModel.Browsable(False)> _
This will allow you to test all the images by using the ImageIndex property.
Your image selection will not be memorized since the current modification is intended to prevent images from showing in the image frame.
The image layout will be memorized.