Form inheritance

  • Thread starter Thread starter Frank Rizzo
  • Start date Start date
F

Frank Rizzo

I am just starting out with winforms (though have some experience with
asp.net), so this maybe a simple question.

I want to build a form that has some extra entries in the form's system
menu. And I want to be able to respond (obviously) to those menu items.

Finally, I'd like all my other forms to derive from this form and
inherit all the capabilities I've added to the system menu.

Can something like this be done?

Thanks.
 
Back
Top