vote up 1 vote down star

I want to have a MenuItem with the Text property set to "Tom & Jerry" but, as you all know, the '&' before a character tells Windows that the next character is the keyboard shortcut.

So how does one escape the '&' to show up as text in the MenuItem?

flag

56% accept rate

2 Answers

vote up 7 vote down check

You can use a double, &&, but it will be underscored.

Just tested (Wm 6.1 emulator), and TheTXI had the right guess: 4 ampersands, &&&& did finally show up as 1 single. Wonder who thought that up. Will try it on my HTC Touch next.

Confirmed, my Device and the emulator agree. But the Designer can't be trusted.

link|flag
This will work fine, and the & will not be underscored. Not sure how to underscore an &. – Brian Jun 12 at 19:47
@Brian: Triple it (&&&) to underscore an &. – P Daddy Jun 12 at 19:48
1  
What happens when you Quadruple (&&&&) it? – TheTXI Jun 12 at 19:49
You'll get two &s, I think. – Johannes Rössel Jun 12 at 19:50
&& shows up correctly in the designer, no underscore; but when I run it in the emulator I get a _ still. Maybe it's not possible on Windows Mobile? It works on Windows, though. Henk gets the answer unless someone can chime in for Windows Mobile. – ageektrapped Jun 12 at 19:55
show 1 more comment
vote up -1 vote down

I tried the &&, it workd and it wasn't underlined.

link|flag
On Windows Mobile? – Henk Holterman Jun 12 at 20:00

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.