No name for menu items

  • Thread starter Thread starter Jack Russell
  • Start date Start date
J

Jack Russell

Am I missing something here? Menuitems do not seem to have a name
property accessible by software yet they clearly have one at design time.

Thanks

Jack Russell
 
If you are talking about menuitems on the mainmenubar click on it in
editor then right click and select [Edit Names] You then have access
to the menu's name values to change as you would the menu text.
 
Dave said:
If you are talking about menuitems on the mainmenubar click on it in
editor then right click and select [Edit Names] You then have access
to the menu's name values to change as you would the menu text.
Sorry I meant programatically
 
Jack,

No window forms menuitems don't have a name property.

I hope this helps,

Cor
 
Cor said:
Jack,

No window forms menuitems don't have a name property.

I hope this helps,

Cor
Cor,

Thanks, Just wanted to confirm I was not missing something. does seem
strange though

Jack
 
Jack Russell said:
Am I missing something here? Menuitems do not seem to have a name property
accessible by software yet they clearly have one at design time.


You can change the name of the form's member variable referencing the menu
item in the property grid at design time. Menu items do not have a 'Name'
property.
 

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

Back
Top