I wish to use inheritance on form properties so I can have a very lowlevel form that has some common code (WindowBase). I then have the common application level settings applied to ApplicationWindowBase. Items such as the icon, keypreview, etc would be applied here. Then FormOptions would apply the title, etc.
↧