Hi.

You need to apply the DefaultValue attribute to your property.
That way you can right-click it in the propertygrid and select reset.

VB Code:
  1. <DefaultValue(GetType(Image), Nothing)> Public Property MyImage1.....