Inheriting System.Windows.Forms.Form keeping designer

  • Thread starter Thread starter Steve B.
  • Start date Start date
S

Steve B.

Hi,

In order to have a custom and constant look and feel, I subscribe the
"Paint" of every form in my app to a single static method somewhere in my
app.

I'd prefer building a custom "MyApp.BaseForm" with onpaint override, then
inheriting all forms from this class.
If I create such a class, I loose the designer. Is there any way to reach my
goal ?

Thanks,
Steve
 
Back
Top