在表单中,当我放置MenuStrip时,它不会向我显示Type here to create menus的框。我在网上找过了,但没有找到任何答案。有人能帮我吗?提前谢谢。 //
this.menuStrip1.Location = new System.Drawing.Point(0, 0);this.menuStrip1.Name = "menuStrip1"
MenuStrip.Items.ToString().Contains("Server List")) // it comes up with the error CS1503 and won't// compile: cannot convert from string to System.Windows.Forms.ToolStripItem
MenuStrip.Items.Remove
我遇到的问题是,除了MenuStrip之外,它运行得很好。表单中的MenuStrip +透明背景中的半透明背景以如下方式结束:这就是MenuStrip看起来的样子。它变成洋红的部分是当MenuStrip本身被设置为半透明的时候.= Color.Magenta;
menuStrip.Renderer= new To