Morpheus1981
Programmer
I created a "UITypeEditor" class in "UITypeEditorEditStyle.Modal" style. I made my class Editor work, even I am able the add values (because it is an editor of a collection class).
So, I got my class that has a property that is a collection. I built and editor for this property and it is working, or kind of.
My problem is that, when I am in design mode I am no able to save what I did.
This means that, if I am using my editor and then I add "item" to my collection I can see it mean while I don't try to compile it again. Once compile, my collection resets I got any item, just like in the begging.
Can some tell me how do I make my class to save its data?
Please I really need help.
Thanks.
So, I got my class that has a property that is a collection. I built and editor for this property and it is working, or kind of.
My problem is that, when I am in design mode I am no able to save what I did.
This means that, if I am using my editor and then I add "item" to my collection I can see it mean while I don't try to compile it again. Once compile, my collection resets I got any item, just like in the begging.
Can some tell me how do I make my class to save its data?
Please I really need help.
Thanks.