How can I inherit form and access controls from mother form?

Posted by kasia on Stack Overflow See other posts from Stack Overflow or by kasia
Published on 2010-06-13T11:15:40Z Indexed on 2010/06/13 11:22 UTC
Read the original article Hit count: 195

Filed under:

Hi, I'm in the middle of writing my project and I have this problem: I try to write a library and I want to use it in my application. In library I have a form with menu strip, tool bar, list view, tree view and etc. Everything in library is protected. In my application I have created the form which inherit form the library. I can change and add new functionality to list view and tree view using designer panel in VS 2008 but I don't have access to menu strip and tool bar, even though they are protected. Why is that so? I will be thankful for some advice.

© Stack Overflow or respective owner

Related posts about c#