Winforms Inheritance and MenuStrip

Hi There, I hope you are well.

I'm building a form hierarchy using VS2005 Beta 2. My base form has the minimum MenuStrip items required for all forms. I have changed each menu item to a "protected" access modifier to allow inherited forms to further extend these controls.

Upon inheriting this base form for the first time, I quickly realized the menu strip is non-editable in inherited forms at design time, regardless of the parent modifier.

Am i missing some fundamental here? How can the child form have design time inheritance to the menu strip?

Thanking you in advance for your advice.
Kind regards. Scott.

[649 byte] By [ScottAtRVC] at [2007-12-16]
# 2
Thanks very much Erick :)
ScottAtRVC at 2007-9-9 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 3
I readed your answer in the other thread and I hope I didn't understand or you are joking.
This behaviour cause visual inheritance to be unusable in a lot of case, for example I'm developing an application framework, but it wont works with the toolstrip controls, so I have to use old-style menu.
Incredible...
Regards,
Andrew.
Morpheus72 at 2007-9-9 > top of Msdn Tech,Windows Forms,Windows Forms General...