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