ImageList of generic base form can not be protected.
because when you subclass from baseform, you have get a snap shot of the imagelist,
if you modify the base form imagelist afterward, the modification will not take effect in subclass form.
because when you subclass from baseform, you have get a snap shot of the imagelist,
if you modify the base form imagelist afterward, the modification will not take effect in subclass form.