Hi! So I've created a custom class and I'm working on creating editor
support for it. I've created and bound a custom UITypeEditor to it and
everything.
Here's the thing though:
At design time, the property editor shows the little ... button next to a
property of my type. I can clikc the button and a dialog pops up which I
created. This is good and works as I expected.
Here's the problem - at run time, I have a property grid control and I have
SelectedObject set to an instance of an object which has a member of my type.
However, when I select the property at run time using a propertygrid control
on my form, the property is greyed out as if it was readonly, and the ... box
doesn't show up.
What do I need to do to be able to edit my control at runtime?