Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

UITypeEditor / Modal option

Status
Not open for further replies.

Morpheus1981

Programmer
Aug 9, 2001
105
CR
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top