c# - Display a & in a menuitem or menustrip -


I have a menu item like this, but & amp; An underscore is converted into what can actually be an escape character? & Amp;?

just '& amp; Character '

  menuItem.Text = "foo and bar";  

Comments

Popular posts from this blog

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -

gtk - Python Window Resize -

c# - read full xml file data over tcp -