I'm creating a custom control that has two properties of type System.Drawing.Image, among others.

My question is, when I try to set the property to (none) by deleting the 'filename' from the property field, like you can with, say a PictureBox.Image property, i'm unable to do so.

What am i missing here?