New to C# need some help with inherited forms

Oct 5 2004 1:38 PM
i just got into c# after working with delphi for the past 2 1/2 years. i have a question about inheriting forms. In delphi if i created a form that inherited from another, it would bring over all the controls fromt he base form. i could then modify the properties through the designer of any controls that are on the base form. in c# however i do not see a way to do this. am i missing something? if it is possible to do this, let me know how it is done. any help would be greatly appreciated. Thanks, Josh Miller

Answers (3)