I created a custom control inheriting the Control Class. I added the necessary properties for it and now I would like to hide some of the base Class properties, BackColor for instance. I tried using the attribute Browsable(False) on an override of the BackColor property, but didn't work. I think I read somewhere that the base properties can be hidden from the property box, but I can find it now. Can someone help me on this? Any ideas or solutions will be greatly appreciated.