I display some objects that have thumbnails in two ways: one in a DataGridView, and one in a custom control.
In the DataGridView, the thumbnail is displayed in a DataGridViewImageCell. If the thumbnail is missing, the cell displays an error icon.
I want to show that icon in my custom control, too. How do I get hold of it? Preferably without pinvoke, but beggars can't be choosers.