Menu/Tool Strips

G

Guest

I'm having difficulty with inheriting a form that has a menu on it. Is this
not possible with a Menu Strip? It comes up locked and will not change in
the descendant.

Also,
I'm trying to use a PropertyExtender with a Menu Strip as well. How do you
get the property to be on the menu items as opposed to the Menu Strip itself?

- Roger
 
N

Nicholas Paldino [.NET/C# MVP]

Roger,

Are the toolstrips declared as private or protected? In order for a
derived form to make changes, you have to declare the variables as protected
(if they are private, then descendants can't see the member).

Hope this helps.
 
G

Guest

:

Thanks..this answered the first half of the post. I will create a new
thread for the other question.

- Roger



Roger,

Are the toolstrips declared as private or protected? In order for a
derived form to make changes, you have to declare the variables as protected
(if they are private, then descendants can't see the member).

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Tx Whytboy said:
I'm having difficulty with inheriting a form that has a menu on it. Is
this
not possible with a Menu Strip? It comes up locked and will not change in
the descendant.

Also,
I'm trying to use a PropertyExtender with a Menu Strip as well. How do
you
get the property to be on the menu items as opposed to the Menu Strip
itself?

- Roger
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top