Hi,
In VS 2005 there are new propertis for a control (like GenerateMembers,
Modifiers..). I would like to create a custom control and to hide them. What
should I do?
Thanks,
Daniel
Vladimir Khvostov - 18 Jul 2006 04:16 GMT
Override PostFilterProperties() method in your designer class and remove
properties you don't want from a collection passed to this method.
Regards,
-- Vladimir
> Hi,
>
[quoted text clipped - 4 lines]
> Thanks,
> Daniel