Controls - UserControl: Image in UserControl cannot be changed
Corrected from:
Behavior of the new version:
Description of the behavior: If you set the Image property of the Image control in a UserControl and attempt to select an image in the UserControl instance, an empty editor appears.
Conditions under which the behavior occurs:
Creating a UserControl
Placing the Image control on the UserControl
Exposing the Image property
Placing a UserControl object on a page
Selecting an image in the Image property
Affected products: EASY UI Designer V1.7.1
Short-term measure, recommendations, evaluation: In order for an image to be selected, the imageType property must also be publishedusing exactly this spelling. By combining these two properties, both the format and the corresponding image can then be selected in the associated image selection window within the UserControl instance.