i have created an extended user control based on TextBox control, which inherits most of the control's properties, like font, for/back colors etc.

When I put the user control on my form, and when I click on the font property, it always pops up the fonts property page instead of the normal fonts popup window. I've set the PropertyPage property of the user control to 'None'. The same applies to the colors-related properties.

Are there any other settings I need to do to get rid of the property page?