Hi all.
I have a component implementing IExtenderProvider. It provides
two new properties for controls, BackColor and ForeColor. These
properties are of my enum type AppColor. The problem is i want to hide
the default BackColor and ForeColor properties from the controls
as well, leaving me with only the properties provided by my extender.
Can this be done? I've come across something called IFilterProperties,
but havn't been able to make it to work.
The result should be something like...
StyleProvider : IExtenderProvider
provides
AppColor BackColor
AppColor ForeColor
hides/removes/prevents serialization of
Color BackColor
Color ForeColor
//Martin Gustavsson
joeycalisay - 14 May 2005 11:04 GMT
better change the added property names...