"David Muñoz" <ddmmss[ at ]hotmail.com> дÈëÏûÏ¢ÐÂÎÅ:eX9vVz22FHA.896[ at ]TK2MSFTNGP09.phx.gbl...
[Quoted Text] > Hello: > > How do I define an Image property to allow it be deleted (= nothing) in > the VS Property Browser. > > If I use: > > Public Property Image as Image > Get > Return imgImage > End Get > Set(byval Value as Image) > imgImage = Value > End Set > End Property > > I got a browsable Image propety that can NOT BE DELETED by pressing the > Delete key or the BackSpace key en the Property Browser. > > How must I write it? > > Thanks!!! > > David >
|