-
[2005] Serialization
When working with user control properties, I'm finding that I lose any property value set in the IDE property window upon running. I seem to remember that they need to be serialized in order to persist from design time to run time? Also, if I need to "filter" out unsupported properties and events how could I do that? I think for the filtering I need to create a inbetween class that will exist between the UC base and my then my property class?
Thanks
-
Re: [2005] Serialization
-
Re: [2005] Serialization
Um, Im asking questions. ;)
-
Re: [2005] Serialization
I have found example projects using the property grid control but its not the same as when you use a user control.
UserControl Base with a class that contains the properties etc need to be displayed in the IDE when the programmer drops the UC on a test form. I dont want all the standard events and properties exposed in the IDE property window or via code.