Click here to Skip to main content
15,896,557 members
Articles / Programming Languages / C#

Inheriting a Form from an Abstract Class (and Making it Work in the Designer)

Rate me:
Please Sign up or sign in to vote.
3.10/5 (13 votes)
20 Jan 2008CPOL6 min read 85.4K   433   28  
Visual Studio's and SharpDevelop's Designers can't directly edit Forms inherited from abstract classes. Several workarounds are possible. In this article, a simple and quite confortable one is presented.

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Italy Italy
I'm a freelance software developer working on C#, PHP and CakePHP. At the moment I'm mainly working for an Italian software house on a quite big software based on .NET, PostGreSQL and NHibernate.

Comments and Discussions