Images in PropertyGrid

  • Thread starter Thread starter JezB
  • Start date Start date
J

JezB

I'm using a PropertyGrid and one of the properties I'm displaying is of type
Image. The grid allows the user to pick an image from a file using a
standard image browser. However, what it returns back to the property grid
is in raw Image format, which does not include the filename - but I want to
persist the selection as the filename that the user picked. Can this be
done?

Failing that, what's the best way to deserialize a raw Image ?
 
Back
Top