[C#, WinForms] Visual inheritance: basic usage and common pitfalls



This technique actually comes from Delphi world. In Delphi you were able to inherit visual elements of a form when you inherit TForm classes from one to another. This feature is also avaiable in WinForms. It VS 2008 there was some problems with it, but in VS 2010 it’s working quite nice.

Comments are closed.