"& character" and MenuStrip

G

Guest

Hi..

Why is it impossible to add a "&" character to item in VS2005 menustrip?

In properties, it preserves itself as "&", but in menu, shows up as some
small line instead of &.

Can you help?
 
M

Mattias Sjögren

Why is it impossible to add a "&" character to item in VS2005 menustrip?
In properties, it preserves itself as "&", but in menu, shows up as some
small line instead of &.

Can you help?

Because & has since a long time back been used to set the keyboard
shortcut key for buttons and menu items. You can get a & character by
writing && instead.


Mattias
 

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

Top