Dear All,

I am making a Windows Control Library(user control) using VS.NET & C#.NET. Now, i am facing 3 problems:

1.In this control, i wants to remove some of the properties which are available by default to the controls. These properties must be removed from the 'Properties window' of the usercontrol. Also the user must not be able to set these properties using code.
I am able to remove the properties from...