I have a custom control with a custom designer attached to it. The designer overrides the prefilterproperties method, to remove some of the default properties like font, forecolor etc.

I also have another control which uses this control, as a result i have subproperty.

When i test the second control, the property window displays all theproperties of the subproperty (inspite of the designer). Which makes me wonder whether the designer is effective or not. But to my surprise , I get the desired effect(properties like font, forecolor are not displayed)when i testthe first controlas an individual component.

Thanks in Advance